mirror of
1
0
Fork 0

finalize updates

This commit is contained in:
Chris Morris 2019-06-14 19:16:26 -04:00
parent 4904f22fd9
commit 17cfd558ca
2 changed files with 5 additions and 7 deletions

View File

@ -1,17 +1,16 @@
colorscheme snazzy colorscheme snazzy
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git\|tmp\|*.log'
let g:lightline = { let g:lightline = {
\ 'colorscheme': 'snazzy', \ 'colorscheme': 'snazzy',
\ 'active': { \ 'active': {
\ 'left': [ [ 'mode', 'paste' ], [ 'readonly', 'absolutepath', 'modified' ] ], \ 'left': [ [ 'mode', 'paste' ], [ 'readonly', 'absolutepath', 'modified' ] ],
\ } \ }
\ } \ }
let g:ctrlp_show_hidden = 0
setlocal foldmethod=manual setlocal foldmethod=manual
set number set number
set foldlevel=99999 set foldlevel=99999
set shiftwidth=2 set shiftwidth=2
set tabstop=2 set tabstop=2
set nofoldenable set nofoldenable
set cursorline
map <Leader>d :bufdo bd!<CR>
map <C-W>` gg=G<C-o><C-o> map <C-W>` gg=G<C-o><C-o>
nnoremap <C-f> :Files<Cr>

View File

@ -34,11 +34,10 @@ nmap <c-n> <Plug>yankstack_substitute_newer_paste
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""
" => FZF " => FZF
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""
set rtp+=~/.fzf
map <leader>j :Files<cr>
nnoremap <C-f> :Files<Cr> nnoremap <C-f> :Files<Cr>
map <leader>o :Buffers<cr> nmap <Leader>o :Buffers<CR>
map <leader>g :Ag<CR> nnoremap <Leader>g :Ag<CR>
set rtp+=/usr/local/opt/fzf
"""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""
" => ZenCoding " => ZenCoding