Configures python lsp. Adds indentation guides for yaml.

This commit is contained in:
Mariano Uvalle 2022-01-18 19:31:38 -08:00
parent 3febfcbcb4
commit da37bd815e
5 changed files with 72 additions and 31 deletions

View file

@ -23,6 +23,11 @@ vim.o.timeoutlen = 500 -- By default timeoutlen is 1000 ms
vim.cmd(":set number relativenumber")
vim.cmd("autocmd FileType helm set nofixendofline")
vim.cmd("autocmd FileType yaml set nofixendofline")
vim.cmd("autocmd FileType yml set nofixendofline")
------ Folding
-- vim.o.foldlevel = 99
-- Persist folds.