Skip to content

Commit

Permalink
[vim] Update configuration
Browse files Browse the repository at this point in the history
Wiki plugin not necessary.
  • Loading branch information
fifthdrew committed Oct 1, 2024
1 parent 6fedf6d commit 08ef3de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vim/.vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,10 @@ vnoremap <C-k> :m '<-2<CR>gv=gv
" Generate tags file on the current directory
nmap <Leader>gt :!ctags -R .<CR>
" Generate list of files in the current directory and sub-directories
" Useful for index
imap <Leader>gi <C-R>=glob('**/*')<CR>
" Utilities
vnoremap <Leader>, :call ToggleComment()<CR>
nnoremap <Leader>, :call ToggleComment()<CR>
Expand Down Expand Up @@ -726,7 +730,6 @@ MinPlug yegappan/lsp
MinPlug francoiscabrol/ranger.vim
MinPlug junegunn/fzf
" Wiki
MinPlug vimwiki/vimwiki
"MinPlug lervag/wiki.vim
" }}}
"}}}

0 comments on commit 08ef3de

Please sign in to comment.