1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00

feat(neovim): luasnip and supertab

This commit is contained in:
2023-08-02 10:20:03 +02:00
parent b5f50967b4
commit ee2dcc3669
2 changed files with 39 additions and 25 deletions

View File

@@ -10,6 +10,7 @@
customRC = ''
source ${../lib/vim/shared.vim}
source ${../lib/vim/init.vim}
let g:snippet_directory = '${vimPlugins.friendly-snippets}'
luafile ${../lib/vim/init.lua}
'';
packages.nvim = with vimPlugins; {