change font and add vim plugins

This commit is contained in:
LordMZTE 2020-12-19 15:26:50 +01:00
parent 5626614f81
commit 78504929b7
3 changed files with 7 additions and 1 deletions

View file

@ -38,6 +38,8 @@ return {
}
},
font = wezterm.font("Iosevka Nerd Font Complete"),
launch_menu = {
{
label = "Arch WSL",

View file

@ -1 +1 @@
GuiFont Iosevka Slab:h12
GuiFont Iosevka Nerd Font Complete:h12

View file

@ -21,6 +21,10 @@ Plug 'jdonaldson/vaxe', {'branch' : 'neovaxe', 'do' : 'sh install.sh'}
Plug 'SirVer/ultisnips'
let g:UltiSnipsSnippetDirectories=["UltiSnips", "bundle/UltiSnips/UltiSnips"]
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
call plug#end()
" GoTo code navigation.