1
0
Fork 0
mirror of synced 2024-06-15 21:41:10 -04:00
ultimate-vim/my_configs.vim

17 lines
346 B
VimL
Raw Normal View History

colorscheme snazzy
let g:lightline = {
\ 'colorscheme': 'snazzy',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ], [ 'readonly', 'absolutepath', 'modified' ] ],
\ }
\ }
setlocal foldmethod=manual
set number
set foldlevel=99999
set shiftwidth=2
set tabstop=2
set nofoldenable
2019-06-14 19:16:26 -04:00
set cursorline
map <Leader>d :bufdo bd!<CR>
map <C-W>` gg=G<C-o><C-o>