Back to standard vim.
This commit is contained in:
parent
7a9d1d56f6
commit
35f90f2b42
@ -1,4 +1,4 @@
|
|||||||
set runtimepath=~/.config/vim/runtime
|
set runtimepath+=~/.config/vim/runtime
|
||||||
|
|
||||||
call plug#begin('~/.config/vim/plugins')
|
call plug#begin('~/.config/vim/plugins')
|
||||||
"Plug 'ashfinal/vim-colors-paper'
|
"Plug 'ashfinal/vim-colors-paper'
|
||||||
@ -68,6 +68,7 @@ map <leader>n <Esc>:set nonumber!<CR>
|
|||||||
map <leader>p <Esc>:set paste!<CR>
|
map <leader>p <Esc>:set paste!<CR>
|
||||||
map <leader>f <Esc>:Goyo<CR>
|
map <leader>f <Esc>:Goyo<CR>
|
||||||
|
|
||||||
|
syntax on
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set t_ZH=[3m
|
set t_ZH=[3m
|
||||||
set t_ZR=[23m
|
set t_ZR=[23m
|
||||||
|
Loading…
Reference in New Issue
Block a user