Remove color files & add additional completion sources

This commit is contained in:
Sonny Bakker 2024-10-10 21:39:19 +02:00
parent 10469b1d42
commit 4dba4f2bb0
11 changed files with 35 additions and 8264 deletions

View file

@ -20,7 +20,7 @@ vim.o.hidden = true
-- folding
vim.o.foldmethod = 'expr'
vim.o.foldexpr = 'nvim_treesitter#foldexpr()'
vim.o.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
-- don't open folds when jumping over one with (, {, [[ or [{
vim.opt.foldopen = vim.opt.foldopen - { 'block' }