all repos

init.lua @ 5fb49f5

my nvim config
1 files changed, 1 insertions(+), 6 deletions(-)
refactor(diagnostic): update diagnostic
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-04-02 22:47:59 +0300
Parent: 2d86bec
M lua/core/diagnostic.lua

@@ -13,7 +13,7 @@ }

diagnistic.diagnostic = { virtual_text = true, - update_in_insert = false, + update_in_insert = true, underline = true, severity_sort = false, signs = {

@@ -35,11 +35,6 @@ },

} function diagnistic.setup() - vim.lsp.handlers["textDocument/hover"] = - vim.lsp.with(vim.lsp.handlers.hover, { - border = diagnistic.border, - }) - vim.diagnostic.config(diagnistic.diagnostic) for _, sign in ipairs(diagnistic.diagnostic.signs.active) do vim.fn.sign_define(sign.name, {