diff options
author | luxagraf <sng@luxagraf.net> | 2024-12-23 11:44:14 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-12-23 11:44:14 -0600 |
commit | 41cb43f55858e880061526b79087df8753bf2086 (patch) | |
tree | ffdfc04058bfd196ce94ca7cb022f4aac400cacc /.vimrc | |
parent | 642731b68e62902ff896648e592e2e0996de3494 (diff) |
photos, switched vimrc to use ranger instead of lf
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,12 +23,12 @@ Bundle 'reedes/vim-wordy' Bundle 'vim-scripts/vim-auto-save' Bundle 'tmhedberg/SimpylFold' Bundle 'nvie/vim-flake8' -"Bundle 'francoiscabrol/ranger.vim' -Bundle 'elijahdanko/lf.vim' +Bundle 'francoiscabrol/ranger.vim' Bundle 'junegunn/fzf' Bundle 'junegunn/fzf.vim' Bundle 'chengzeyi/fzf-preview.vim' Bundle 'alok/notational-fzf-vim' +Bundle 'ledger/vim-ledger' call vundle#end() filetype plugin indent on "}}} @@ -234,7 +234,7 @@ set wildmode=list:longest,list:full set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/* "}}} -nnoremap <leader>nt :<C-U>Lf<CR> +nnoremap <leader>nt :<C-U>Ranger<CR> " Backups ----------------------------------------------------------------------{{{ |