Fix up nvim
This commit is contained in:
parent
b35efa261a
commit
e2b5ff7e3e
|
@ -24,14 +24,16 @@
|
|||
plugin = vim-autoformat;
|
||||
config = ''
|
||||
au BufWrite * :Autoformat
|
||||
let g:autoformat_autoindent = 0
|
||||
let g:autoformat_retab = 0
|
||||
let g:autoformat_remove_trailing_spaces = 0
|
||||
'';
|
||||
}
|
||||
vim-surround
|
||||
vim-commentary
|
||||
nvim-treesitter
|
||||
nvim-treesitter-parsers.nu
|
||||
nvim-treesitter-parsers.nix
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-nu
|
||||
null-ls-nvim
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
vim.o.termguicolors = true
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue