save changes before deletion

This commit is contained in:
Grigory Shipunov 2023-07-24 00:01:29 +02:00
parent 9774e55719
commit 0e98db206c
16 changed files with 395 additions and 169 deletions

View file

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