save changes before deletion
This commit is contained in:
parent
9774e55719
commit
0e98db206c
16 changed files with 395 additions and 169 deletions
|
@ -1,7 +1,7 @@
|
|||
local ts_conf = require('nvim-treesitter.configs')
|
||||
|
||||
ts_conf.setup {
|
||||
ensure_installed = "all",
|
||||
ensure_installed = { "vim", "vimdoc", "rust", "nix", "latex" },
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue