nvim: add external formatter support
This commit is contained in:
parent
9cf8f7e827
commit
6e6bb3422c
2 changed files with 76 additions and 32 deletions
|
|
@ -44,6 +44,7 @@ in
|
|||
extraPackages = with pkgs; [
|
||||
sumneko-lua-language-server
|
||||
nil
|
||||
stylua
|
||||
];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
catppuccin-nvim
|
||||
|
|
@ -55,6 +56,7 @@ in
|
|||
lualine-lsp-progress
|
||||
lualine-nvim
|
||||
luasnip
|
||||
formatter-nvim
|
||||
neogit
|
||||
noice-nvim
|
||||
nui-nvim # for noice-nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue