summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-12-23 11:44:14 -0600
committerluxagraf <sng@luxagraf.net>2024-12-23 11:44:14 -0600
commit41cb43f55858e880061526b79087df8753bf2086 (patch)
treeffdfc04058bfd196ce94ca7cb022f4aac400cacc /.vimrc
parent642731b68e62902ff896648e592e2e0996de3494 (diff)
changed mpd config to work with git-annex files, move screenshots toHEADmaster
photos, switched vimrc to use ranger instead of lf
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 950c7aa..3528921 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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 ----------------------------------------------------------------------{{{