nvim: formatting and style
This commit is contained in:
parent
16a579b6b3
commit
bf5a280f34
2 changed files with 7 additions and 9 deletions
|
|
@ -54,8 +54,6 @@ in
|
|||
yamlfmt
|
||||
];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
nvim-autopairs
|
||||
nvim-lastplace
|
||||
catppuccin-nvim
|
||||
cmp-nvim-lsp
|
||||
cmp-spell
|
||||
|
|
@ -65,6 +63,7 @@ in
|
|||
copilot-lua
|
||||
dashboard-nvim
|
||||
formatter-nvim
|
||||
gitsigns-nvim
|
||||
lsp_lines-nvim
|
||||
lspkind-nvim
|
||||
lualine-lsp-progress
|
||||
|
|
@ -73,7 +72,9 @@ in
|
|||
neogit
|
||||
noice-nvim
|
||||
nui-nvim # for noice-nvim
|
||||
nvim-autopairs
|
||||
nvim-cmp
|
||||
nvim-lastplace
|
||||
nvim-lspconfig
|
||||
nvim-surround
|
||||
nvim-tree-lua
|
||||
|
|
@ -85,7 +86,6 @@ in
|
|||
plenary-nvim # for telescope, neogit
|
||||
telescope-nvim
|
||||
which-key-nvim
|
||||
gitsigns-nvim
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue