feat(nvim): use 2 space indent for lisp
This commit is contained in:
parent
c8a716f3ba
commit
241bb3d1ff
1 changed files with 2 additions and 0 deletions
|
@ -547,6 +547,8 @@
|
||||||
highlight! ExtraWhitespace guibg=${theme.normal.red}
|
highlight! ExtraWhitespace guibg=${theme.normal.red}
|
||||||
match ExtraWhitespace /\s\+$/
|
match ExtraWhitespace /\s\+$/
|
||||||
|
|
||||||
|
autocmd FileType lisp setlocal shiftwidth=2 tabstop=2
|
||||||
|
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
vim.diagnostic.config {
|
vim.diagnostic.config {
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
|
|
Loading…
Reference in a new issue