fix sway, return visual studio vim

This commit is contained in:
Grigory Shipunov 2025-01-25 19:08:41 +01:00
parent d0cf7796a9
commit a848517698
14 changed files with 540 additions and 41 deletions

View file

@ -0,0 +1,17 @@
local ts_conf = require('nvim-treesitter.configs')
ts_conf.setup {
ensure_installed = { "vim", "vimdoc", "rust", "nix" },
highlight = {
enable = true,
},
indent = {
enable = true,
},
incremental_selection = {
enable = true,
},
textobjects = {
enable = true,
},
}