feat(nvim): completion sources

This commit is contained in:
Barrett Ruth 2026-02-19 13:54:53 -05:00
parent b133b675f0
commit e9aeacd1e6
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
9 changed files with 219 additions and 103 deletions

View file

@ -36,7 +36,6 @@ in
tesseract
gnumake
gcc
pacman
file
ffmpeg
poppler-utils
@ -46,6 +45,7 @@ in
]
++ lib.optionals hostConfig.isLinux [ xclip ]
++ lib.optionals rust [ rustup ]
++ lib.optionals python [ uv ]
++ lib.optionals claude [ claude-code ];
home.sessionVariables = lib.mkMerge [