feat hypr keybind helper via quickshell; fix nvim plugins (not completly done yet)
This commit is contained in:
@@ -60,3 +60,19 @@ opt.completeopt = { "menu", "menuone", "noselect" }
|
||||
opt.mouse = "a"
|
||||
opt.fileencoding = "utf-8"
|
||||
opt.shortmess:append("c")
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = { prefix = "●", source = "if_many" },
|
||||
float = { border = "rounded", source = true },
|
||||
signs = {
|
||||
text = {
|
||||
[vim.diagnostic.severity.ERROR] = " ",
|
||||
[vim.diagnostic.severity.WARN] = " ",
|
||||
[vim.diagnostic.severity.HINT] = " ",
|
||||
[vim.diagnostic.severity.INFO] = " ",
|
||||
},
|
||||
},
|
||||
underline = true,
|
||||
update_in_insert = false,
|
||||
severity_sort = true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user