update
This commit is contained in:
parent
865855a0da
commit
24a4161e56
8 changed files with 562 additions and 1677 deletions
6
vimrc
6
vimrc
|
|
@ -144,6 +144,10 @@ Plug 'prabirshrestha/vim-lsp'
|
|||
" https://github.com/AndrewRadev/inline_edit.vim
|
||||
Plug 'AndrewRadev/inline_edit.vim'
|
||||
|
||||
" Activity Watch
|
||||
" https://github.com/ActivityWatch/aw-watcher-vim
|
||||
Plug 'ActivityWatch/aw-watcher-vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
runtime macros/matchit.vim
|
||||
|
|
@ -844,7 +848,7 @@ endif
|
|||
syntax on
|
||||
set background=light
|
||||
set fillchars=stl:\ ,stlnc:\ ,vert:\|
|
||||
colorscheme monotonous
|
||||
colorscheme monotonous2
|
||||
|
||||
set guioptions-=mTrLb
|
||||
set guioptions+=c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue