Configures python lsp. Adds indentation guides for yaml.
This commit is contained in:
parent
3febfcbcb4
commit
da37bd815e
5 changed files with 72 additions and 31 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue