Skip to content

Commit

Permalink
fix(nvim): fix startify bookmark to main Nvim config
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Dec 17, 2023
1 parent e0596a0 commit cc9e8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ in
let g:startify_change_to_dir = 0
let g:startify_change_to_vcs_root = 1
let g:startify_session_persistence = 1
let g:startify_bookmarks = [ {'c': '~/nixos-config/home/neovim.nix'} ]
let g:startify_bookmarks = [ {'c': '~/nixos-config/home/neovim/default.nix'} ]
'';
}
vim-surround
Expand Down

0 comments on commit cc9e8fc

Please sign in to comment.