new plugins, from coq to cmp, fixes, xdebug, install python3 fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
vim.api.nvim_create_autocmd({'BufEnter','BufAdd','BufNew','BufNewFile','BufWinEnter'}, {
|
||||
group = vim.api.nvim_create_augroup('TS_FOLD_WORKAROUND', {}),
|
||||
callback = function()
|
||||
vim.api.nvim_create_autocmd({ 'BufEnter', 'BufAdd', 'BufNew', 'BufNewFile', 'BufWinEnter' }, {
|
||||
group = vim.api.nvim_create_augroup('TS_FOLD_WORKAROUND', {}),
|
||||
callback = function()
|
||||
-- Folding code method
|
||||
-- vim.opt.foldmethod = 'expr'
|
||||
-- vim.opt.foldmethod = 'expr'
|
||||
|
||||
-- Expression for folding code
|
||||
-- vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
end
|
||||
-- vim.opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user