mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-07 14:53:38 -08:00
update nvim config and squash some bugs
This commit is contained in:
9
.config/nvim/lua/plugins/lsp_lines.lua
Normal file
9
.config/nvim/lua/plugins/lsp_lines.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||
config = function()
|
||||
-- lsp_lines
|
||||
vim.diagnostic.config({ virtual_text = false })
|
||||
-- --
|
||||
vim.keymap.set("", "<Leader>tl", require("lsp_lines").toggle, { desc = "Toggle lsp_lines" })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user