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

@ -1,13 +1,5 @@
-- {{ ansible_managed }}
--enable this option here as the events are used in this buffer
vim.cmd('syntax on')
vim.api.nvim_create_autocmd('Syntax', {
command = [[:normal zR]],
desc = 'Open folds by default',
})
vim.api.nvim_create_autocmd('Filetype', {
pattern = 'TelescopeResults',
command = [[:setlocal nofoldenable]],