Add buffer deletion command and update source keymap, configure lsp_lines, null-ls, and trouble plugins
This commit is contained in:
parent
b7294ba9c5
commit
b366efced2
8 changed files with 123 additions and 30 deletions
6
lua/custom/plugins/lsp_lines.lua
Normal file
6
lua/custom/plugins/lsp_lines.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||
config = function()
|
||||
require('lsp_lines').setup()
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue