Skip to content

Commit

Permalink
feat(obsidian-vim): leader r to refresh nerdtree
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Apr 16, 2024
1 parent 6b6dd06 commit 964ae49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/obsidian-vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ neovim.override {
let g:vimwiki_listsyms = ' X'
let g:vimwiki_commentstring = '<!--%s-->'
let mapleader = ","
nmap <Leader>r :NERDTreeFocus<cr>R<c-w><c-p>
let g:vimwiki_list = [{
\ 'path': '${obsidiantVaultDirectory}',
\ 'syntax': 'markdown',
Expand Down

0 comments on commit 964ae49

Please sign in to comment.