summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-12-27 11:25:15 -0500
committerluxagraf <sng@luxagraf.net>2023-12-27 11:25:15 -0500
commit67f7bd972d749d56508d300411f91f95fda2d3ee (patch)
treeb4e488a768b96ef0c0e32aa6759f377a2dc7de90 /.vimrc
parent7380bd8704baa93e56832fd1bf1bd573e6e3a2d5 (diff)
various dotfile updates from the past couple months
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 574f678..f378848 100644
--- a/.vimrc
+++ b/.vimrc
@@ -21,7 +21,8 @@ Bundle 'reedes/vim-wordy'
Bundle 'vim-scripts/vim-auto-save'
Bundle 'tmhedberg/SimpylFold'
Bundle 'nvie/vim-flake8'
-Bundle 'francoiscabrol/ranger.vim'
+"Bundle 'francoiscabrol/ranger.vim'
+Bundle 'elijahdanko/lf.vim'
Bundle 'junegunn/fzf'
Bundle 'junegunn/fzf.vim'
Bundle 'chengzeyi/fzf-preview.vim'
@@ -212,7 +213,7 @@ set wildmode=list:longest,list:full
set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/*
"}}}
-nnoremap <leader>nt :<C-U>Ranger<CR>
+nnoremap <leader>nt :<C-U>Lf<CR>
" Backups ----------------------------------------------------------------------{{{