mirror of
https://github.com/nmasur/dotfiles
synced 2025-10-05 03:43:16 +00:00
fix: nvim-cmp completion bugs
This commit is contained in:
@@ -37,7 +37,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 "doas nixos-rebuild switch $option --flake ${config.dotfilesPath}"
|
||||
commandline --function execute
|
||||
'';
|
||||
|
Reference in New Issue
Block a user