1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(neovim): completion via cmp

This commit is contained in:
2023-07-04 21:44:32 +02:00
parent 4f5782fbc4
commit b953ccae12
3 changed files with 60 additions and 45 deletions

View File

@@ -8,13 +8,18 @@
}: (neovim.override {
configure = {
customRC = ''
source ${../lib/vim/init.vim}
luafile ${../lib/vim/init.lua}
source ${../lib/vim/init.vim}
'';
packages.nvim = with vimPlugins; {
start = [
ale
nvim-cmp
cmp-buffer
cmp-path
cmp-nvim-lsp
cmp-cmdline
fzf-vim
fzfWrapper
supertab