1 files changed,
1 insertions(+),
0 deletions(-)
M
lua/core/options.lua
@@ -2,6 +2,7 @@ vim.opt.shell = "/bin/bash" -- fixes issues with fish shell
vim.diagnostic.config { update_in_insert = true, + virtual_text = true, signs = { text = { [vim.diagnostic.severity.ERROR] = "",