Add buffer deletion command and update source keymap, configure lsp_lines, null-ls, and trouble plugins

This commit is contained in:
PeteChu 2023-04-05 12:35:32 +07:00
parent b7294ba9c5
commit b366efced2
8 changed files with 123 additions and 30 deletions

View file

@ -0,0 +1,6 @@
return {
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = function()
require('lsp_lines').setup()
end
}