Fix missing configuration changes

This commit is contained in:
Sonny Bakker 2021-11-28 10:24:08 +01:00
parent 144b9510f5
commit 82634b63b9
2 changed files with 6 additions and 155 deletions

View file

@ -1,6 +1,6 @@
--colorscheme
vim.cmd('colorscheme space_vim_theme')
vim.cmd('syntax enable')
vim.cmd('syntax on')
--open folds by default
vim.cmd('autocmd Syntax * normal zR')