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
14
after/plugin/lsp_lines.lua
Normal file
14
after/plugin/lsp_lines.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
-- virtual_lines = {
|
||||
-- only_current_line = true
|
||||
-- }
|
||||
})
|
||||
|
||||
|
||||
-- vim.keymap.set(
|
||||
-- "",
|
||||
-- "<Leader>ll",
|
||||
-- require("lsp_lines").toggle,
|
||||
-- { desc = "Toggle lsp_lines" }
|
||||
-- )
|
||||
Loading…
Add table
Add a link
Reference in a new issue