add(nvim): nvim config rewrite (wip)

This commit is contained in:
Léana 江 2023-02-20 12:13:33 +01:00
parent f5a5fc368e
commit 2ee34bc7ec
3 changed files with 36 additions and 4 deletions

View file

@ -41,7 +41,7 @@ require('gitsigns').setup {
},
}
require'nvim-treesitter.configs'.setup {
require('nvim-treesitter.configs').setup {
-- A list of parser names, or "all" (the four listed parsers should always be installed)
ensure_installed = { "c", "cpp", "lua", "vim", "help", "rust", "scala", "python"},