Set .lua files to 2-space tabs
This commit is contained in:
parent
402eddfda2
commit
cd3958ca0f
10 changed files with 102 additions and 95 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue