Skip to content

Commit

Permalink
🆕(nvim) atalho blog
Browse files Browse the repository at this point in the history
  • Loading branch information
neninja committed Sep 12, 2023
1 parent 8b884ca commit 0d83e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/pack/mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local my_items = {
{ name = 'Empty buffer', action = 'enew!', section = '' },
{ name = 'Quit', action = 'q', section = '' },
{ name = 'Dotfiles', action = 'e ' .. DOTFILES_FULLPATH_NVIM .. 'vimrc | call NN_SetGitDir()', section = '' },
{ name = 'Blog WTF', action = 'e ' .. "~/dev/blog/wtf/README.md" .. ' | call NN_SetGitDir()', section = '' },
{ name = 'Sync plugins', action = 'PackerSync', section = '' },
{ name = 'Wikis', action = 'VimwikiUISelect', section = '' },
{ name = 'Organização pessoal', action = 'VimwikiIndex 1', section = '' },
Expand Down

0 comments on commit 0d83e2a

Please sign in to comment.