remove dead code
This commit is contained in:
parent
0e98db206c
commit
1561cbb941
45 changed files with 0 additions and 2318 deletions
|
@ -1,17 +0,0 @@
|
|||
local ts_conf = require('nvim-treesitter.configs')
|
||||
|
||||
ts_conf.setup {
|
||||
ensure_installed = { "vim", "vimdoc", "rust", "nix", "latex" },
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
},
|
||||
textobjects = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue