dotfiles/nvim/.config/nvim/commands.vim
2022-05-24 23:48:16 -07:00

12 lines
156 B
VimL

" Ctags
" ^] goes to the tag
command MakeTags !ctags -R .
" Show commands
set showcmd
" Use ripgrep for grepping
set grepprg=rg\ --vimgrep
" vim: ft=vim