feat(nvim): use 2 space indent for lisp

This commit is contained in:
buffet 2023-03-10 14:07:53 +01:00
parent c8a716f3ba
commit 241bb3d1ff

View file

@ -547,6 +547,8 @@
highlight! ExtraWhitespace guibg=${theme.normal.red}
match ExtraWhitespace /\s\+$/
autocmd FileType lisp setlocal shiftwidth=2 tabstop=2
lua <<EOF
vim.diagnostic.config {
severity_sort = true,