Stuff
This commit is contained in:
@@ -19,6 +19,10 @@ return {
|
||||
'vimdoc',
|
||||
'php',
|
||||
'yaml',
|
||||
'vue',
|
||||
'javascript',
|
||||
'typescript',
|
||||
'css',
|
||||
}
|
||||
require('nvim-treesitter').install(langs)
|
||||
|
||||
@@ -26,6 +30,7 @@ return {
|
||||
pattern = langs,
|
||||
callback = function()
|
||||
vim.treesitter.start()
|
||||
vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user