1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 11:30:02 +02:00

nvim: some formatting

This commit is contained in:
Henrik Hautakoski 2024-08-13 19:30:17 +02:00
parent 184e9b01ee
commit 0adb1a40eb
3 changed files with 27 additions and 28 deletions

View file

@ -16,7 +16,7 @@ return {
"phpdoc",
"blade",
"go",
"gotmpl",
"gotmpl",
"gomod",
"gosum",
"javascript",
@ -34,7 +34,7 @@ return {
"hlsl",
"markdown",
"markdown_inline",
"kdl"
"kdl",
},
-- Install parsers synchronously (only applied to `ensure_installed`)
@ -55,6 +55,6 @@ return {
},
indent = {
enable = true
}
enable = true,
},
}