remove dead code

This commit is contained in:
Grigory Shipunov 2023-07-24 00:02:29 +02:00
parent 0e98db206c
commit 1561cbb941
45 changed files with 0 additions and 2318 deletions

View file

@ -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,
},
}