home: vim: configure 'lsp_lines'
This commit is contained in:
parent
6cdbd6bb29
commit
b0f054b1e6
|
@ -11,6 +11,8 @@ M.on_attach = function(client, bufnr)
|
|||
vim.diagnostic.config({
|
||||
-- Disable virtual test next to affected regions
|
||||
virtual_text = false,
|
||||
-- Also disable virtual diagnostics under the affected regions
|
||||
virtual_lines = false,
|
||||
-- Show diagnostics signs
|
||||
signs = true,
|
||||
-- Underline offending regions
|
||||
|
|
3
home/vim/plugin/settings/lsp-lines.lua
Normal file
3
home/vim/plugin/settings/lsp-lines.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
local lsp_lines = require("lsp_lines")
|
||||
|
||||
lsp_lines.setup()
|
Loading…
Reference in a new issue