Skip to content

Commit

Permalink
Update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dharesign committed Aug 4, 2021
1 parent c2593ed commit 4a82d90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ call vundle#end()

set rtp+=~/.vim/bundle/ctrlp.vim
set wildignore+=cmake.bld
let g:ctrlp_max_files = 0
let g:ctrlp_open_new_file = 't'
let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': ['<2-LeftMouse>'],
\ 'AcceptSelection("t")': ['<cr>']
\ }
let g:ctrlp_user_command = {
\ 'types': {
\ 1: ['.git', 'cd %s && git ls-files']
\ },
\ 'fallback': 'find %s -type f'
\ }

filetype plugin indent on

Expand Down Expand Up @@ -90,3 +97,4 @@ let g:lightline = { 'colorscheme': 'tender' }

let g:rustfmt_autosave = 1
let g:rust_recommended_style = 0
let g:netrw_banner = 0

0 comments on commit 4a82d90

Please sign in to comment.