Update
This commit is contained in:
6
config/nvim/ftplugin/gdscript.lua
Normal file
6
config/nvim/ftplugin/gdscript.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
vim.treesitter.start()
|
||||
|
||||
vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
vim.wo[0][0].foldmethod = 'expr'
|
||||
|
||||
vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"
|
||||
Reference in New Issue
Block a user