Enable virtual text and update some stuff

This commit is contained in:
Lol3rrr
2026-02-09 22:00:59 +01:00
parent ea27234ab1
commit ef78afaaa7
2 changed files with 6 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ require'nvim-treesitter'.install {
"terraform"
}
vim.diagnostic.config({ virtual_text = true })
-- Global mappings.
-- See `:help vim.diagnostic.*` for documentation on any of the below functions
vim.keymap.set('n', '<space>e', vim.diagnostic.open_float)