Skip to content

Commit 791cb73

Browse files
committed
Add tokyonight theme and use nerdfont
1 parent 0b263be commit 791cb73

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

basic.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ if has("gui_running")
115115

116116
if has("gui_win32")
117117
autocmd GUIEnter * :simalt ~n
118-
set guifont=Consolas:h15:cANSI
118+
" set guifont=Consolas:h15:cANSI
119+
" Consolas Nerd Font for icons
120+
set guifont=Consolas\ NF:h15:cANSI
119121
endif
120122

121123
endif

plugins.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Plug 'cocopon/iceberg.vim'
7575
" nerdtree
7676
Plug 'preservim/nerdtree'
7777
Plug 'Xuyuanp/nerdtree-git-plugin'
78+
Plug 'ryanoasis/vim-devicons'
7879

7980
"Completion
8081
Plug 'maralla/completor.vim'

plugins_config.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let g:Lf_WindowPosition = 'popup'
4848
set laststatus=2
4949

5050
let g:lightline = {
51-
\ 'colorscheme': 'wombat',
51+
\ 'colorscheme': 'tokyonight',
5252
\ 'active': {
5353
\ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ] ],
5454
\ 'right': [ [ 'column' ], [ 'mylineinfo' ], [ 'filetype' ] ]

0 commit comments

Comments
 (0)