doc/neovim: fix formatting
Ran nixfmt and saw untouched section that needed formatting.
This commit is contained in:
@@ -101,7 +101,10 @@ wrapNeovimUnstable neovim-unwrapped {
|
||||
})
|
||||
'';
|
||||
}
|
||||
(nvim-treesitter.withPlugins (p: [ p.nix p.python ]))
|
||||
(nvim-treesitter.withPlugins (p: [
|
||||
p.nix
|
||||
p.python
|
||||
]))
|
||||
hex-nvim
|
||||
];
|
||||
extraLuaPackages = lp: [ lp.mpack ];
|
||||
|
||||
Reference in New Issue
Block a user