feat(nvim): completion sources
This commit is contained in:
parent
b133b675f0
commit
e9aeacd1e6
9 changed files with 219 additions and 103 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue