Update lvim settings

This commit is contained in:
ItsDrike 2022-11-19 22:11:47 +01:00
parent 216beedac2
commit efe9388a41
No known key found for this signature in database
GPG key ID: B014E761034AF742
7 changed files with 68 additions and 32 deletions

View file

@ -0,0 +1,2 @@
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.lua", command = "setlocal shiftwidth=2" })
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.lua", command = "setlocal tabstop=2" })

View file

@ -0,0 +1,2 @@
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "setlocal tw=119" })
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "SymbolsOutline" })