Set .lua files to 2-space tabs

This commit is contained in:
agryphus 2023-05-23 11:03:53 -04:00
parent 402eddfda2
commit cd3958ca0f
10 changed files with 102 additions and 95 deletions

View file

@ -1,16 +1,16 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "rust", "vim", "javascript", "html", "css", "python", "java", "lua", "perl", "php", "c", "json" },
ensure_installed = { "rust", "vim", "javascript", "html", "css", "python", "java", "lua", "perl", "php", "c", "json" },
ignore_install = { "latex", "markdown", "htmldjango" },
ignore_install = { "latex", "markdown", "htmldjango" },
sync_install = false,
sync_install = false,
auto_install = false,
auto_install = false,
highlight = {
enable = true,
highlight = {
enable = true,
addition_vim_regex_highlighting = false,
},
addition_vim_regex_highlighting = false,
},
}