This commit is contained in:
Till 2023-11-23 18:00:17 +01:00
parent 5a227bfc45
commit c956dfb659
12 changed files with 59 additions and 35 deletions

View file

@ -16,7 +16,6 @@
};
};
in [
# todo: SNIPPETS pandoc, completion, lsp
{
plugin = woof;
config = ''
@ -33,7 +32,7 @@
cmp-nvim-ultisnips
nvim-cmp
{
plugin = nvim-lspconfig;
plugin = nvim-lspconfig;
config = builtins.readFile ./lsp.vim;
}
{