Add lsp_lines to nvim
This commit is contained in:
parent
f77edb0163
commit
b5e18433a1
6
init.lua
6
init.lua
@ -838,6 +838,12 @@ require("lazy").setup({
|
|||||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||||
|
setup = { vim.diagnostic.config({
|
||||||
|
virtual_text = false,
|
||||||
|
}) },
|
||||||
|
},
|
||||||
"airblade/vim-gitgutter",
|
"airblade/vim-gitgutter",
|
||||||
"tpope/vim-abolish",
|
"tpope/vim-abolish",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user