Fix up nvim

This commit is contained in:
Nathan McCarty 2024-11-29 04:40:22 +00:00
parent b35efa261a
commit e2b5ff7e3e
2 changed files with 865 additions and 863 deletions

View file

@ -24,14 +24,16 @@
plugin = vim-autoformat; plugin = vim-autoformat;
config = '' config = ''
au BufWrite * :Autoformat au BufWrite * :Autoformat
let g:autoformat_autoindent = 0
let g:autoformat_retab = 0
let g:autoformat_remove_trailing_spaces = 0
''; '';
} }
vim-surround vim-surround
vim-commentary vim-commentary
nvim-treesitter nvim-treesitter.withAllGrammars
nvim-treesitter-parsers.nu
nvim-treesitter-parsers.nix
nvim-nu nvim-nu
null-ls-nvim
]; ];
extraLuaConfig = '' extraLuaConfig = ''
vim.o.termguicolors = true vim.o.termguicolors = true

File diff suppressed because it is too large Load diff