5 lines
167 B
Lua
5 lines
167 B
Lua
vim.pack.add({ "https://git.sr.ht/~whynothugo/lsp_lines.nvim" })
|
|
|
|
require("lsp_lines").setup()
|
|
vim.diagnostic.config({ virtual_lines = { only_current_line = true } })
|