nvim: Update plugins and spellfile

This commit is contained in:
Marty Oehme 2023-12-30 21:30:16 +01:00
parent d10db1be7d
commit 506b6cb2f6
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
4 changed files with 20 additions and 24 deletions

View file

@ -13,7 +13,7 @@ return {
lspFeatures = {
enabled = true,
languages = { "r", "python", "julia", "bash" },
diagnostics = { enabled = true, triggers = { "BufWritePost" } },
diagnostics = { enabled = false, triggers = { "BufWritePost" } },
completion = { enabled = true },
},
codeRunner = {