fix: nvim-cmp completion bugs

This commit is contained in:
Noah Masur
2022-07-13 02:15:00 +00:00
parent a22acac57d
commit 51c75e2874
7 changed files with 51 additions and 15 deletions

View File

@ -13,7 +13,7 @@
if test "$argv[1]" = "offline"
set option "--option substitute false"
end
git -C ${config.dotfilesPath} add --all
git -C ${config.dotfilesPath} add --intent-to-add --all
commandline -r "darwin-rebuild switch $option --flake ${config.dotfilesPath}#macbook"
commandline --function execute
'';