1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00
ultimate-vim/my_configs.vim
2019-06-14 19:16:26 -04:00

17 lines
346 B
VimL

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
set cursorline
map <Leader>d :bufdo bd!<CR>
map <C-W>` gg=G<C-o><C-o>