Add and fix minor stuff

This commit is contained in:
Tobias Reisinger 2021-07-10 00:51:18 +02:00
parent 66415e7de9
commit e9495e34ab
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ env:
font:
normal:
family: JetBrains Mono
family: JetBrains Mono NF
size: 13.0
draw_bold_text_with_bright_colors: true

View file

@ -1,6 +1,6 @@
import keybindings
config.load_autoconfig(False)
config.load_autoconfig()
c.tabs.show = 'never'
c.statusbar.show = 'never'

View file

@ -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'