Add and fix minor stuff
This commit is contained in:
parent
66415e7de9
commit
e9495e34ab
3 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@ env:
|
|||
|
||||
font:
|
||||
normal:
|
||||
family: JetBrains Mono
|
||||
family: JetBrains Mono NF
|
||||
size: 13.0
|
||||
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import keybindings
|
||||
|
||||
config.load_autoconfig(False)
|
||||
config.load_autoconfig()
|
||||
|
||||
c.tabs.show = 'never'
|
||||
c.statusbar.show = 'never'
|
||||
|
|
|
@ -11,6 +11,8 @@ call plug#begin('~/.config/vim/plugged')
|
|||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'vim-scripts/DoxygenToolkit.vim'
|
||||
Plug 'drmikehenry/vim-headerguard'
|
||||
"Emmet is a plugin which greatly improves HTML & CSS workflow
|
||||
Plug 'mattn/emmet-vim'
|
||||
|
||||
" Eye-Candy
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
|
|
Loading…
Reference in a new issue