nvim: organize a bunch of color / visual details
This commit is contained in:
@ -14,4 +14,3 @@ lsp.gopls.setup{}
|
||||
lsp.clangd.setup{}
|
||||
lsp.texlab.setup{}
|
||||
lsp.rust_analyzer.setup{}
|
||||
lsp.jdtls.setup{ cmd = { "jdtls" } }
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
cfg = {
|
||||
hint_prefix = " ", -- Panda for parameter
|
||||
hint_prefix = " ",
|
||||
handler_opts = {
|
||||
border = "single" -- double, rounded, single, shadow, none
|
||||
border = "none"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user