lsp_lines only current line, title change
This commit is contained in:
parent
48e6eeeb7c
commit
210e52ee18
@ -9,4 +9,4 @@ vim.opt.completeopt = "menu,menuone,noinsert,noselect"
|
|||||||
|
|
||||||
-- Window decorations
|
-- Window decorations
|
||||||
vim.opt.title = true
|
vim.opt.title = true
|
||||||
vim.opt.titlestring = "%{substitute(getcwd(),$HOME,'~','')} - Neovide"
|
vim.opt.titlestring = "%{substitute(getcwd(),$HOME,'~','')} - Neovim"
|
||||||
|
@ -47,8 +47,8 @@ return {
|
|||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
virtual_text = false,
|
virtual_text = true,
|
||||||
virtual_lines = true,
|
virtual_lines = { only_current_line = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user