mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): nvim config rewrite (wip)
This commit is contained in:
parent
f5a5fc368e
commit
2ee34bc7ec
3 changed files with 36 additions and 4 deletions
|
|
@ -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"},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue