feat(neovim): add lsp_line plugin

This commit is contained in:
Yorick Barbanneau 2024-09-18 00:15:18 +02:00
parent c139cce510
commit a9e75d7933
2 changed files with 7 additions and 0 deletions

View file

@ -87,6 +87,11 @@ in
}
'';
}
{
plugin = lsp_lines-nvim;
type = "lua";
config = (builtins.readFile ./files/lsp-line.lua);
}
{
plugin = nvim-lspconfig;
type = "lua";