Disable tree-sitter indent on c++ files
This commit is contained in:
parent
831ac41440
commit
cfb2fed3e7
@ -1,2 +1,5 @@
|
|||||||
vim.opt.commentstring = '//%s'
|
vim.opt.commentstring = '//%s'
|
||||||
vim.opt.matchpairs:append('<:>')
|
vim.opt.matchpairs:append('<:>')
|
||||||
|
|
||||||
|
-- nvim_treesitter#indent() is buggy so disable it
|
||||||
|
vim.opt.indentexpr = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user