This commit is contained in:
root 2026-05-22 11:02:39 -03:00
parent 9121a627cd
commit 0de07cd804
No known key found for this signature in database
8 changed files with 94 additions and 9 deletions

View file

@ -112,7 +112,7 @@ in
type = "lua";
config = ''
require("lsp_lines").setup()
vim.keymap.set("n", "<localleader>i", require("lsp_lines").toggle, { desc = "Toggle LSP lines" })
vim.keymap.set("n", "<localleader>it", require("lsp_lines").toggle, { desc = "Toggle LSP lines" })
'';
}
{
@ -223,7 +223,6 @@ in
end
'';
}
nvim-nio
{
plugin = nvim-treesitter.withAllGrammars;
type = "lua";