We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3723ef6 commit e3c68bbCopy full SHA for e3c68bb
1 file changed
vim/vimrc.symlink
@@ -43,6 +43,8 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
43
Plug 'junegunn/fzf.vim'
44
Plug 'leafgarland/typescript-vim'
45
Plug 'MaxMEllon/vim-jsx-pretty'
46
+Plug 'sheerun/vim-polyglot'
47
+Plug 'ghifarit53/tokyonight-vim'
48
call plug#end()
49
50
set rtp+=/usr/local/opt/fzf
@@ -169,5 +171,11 @@ endif
169
171
set number
170
172
173
colorscheme vividchalk
174
+ " set termguicolors
175
+
176
+ " let g:tokyonight_style = 'storm' " available: night, storm
177
+ " let g:tokyonight_enable_italic = 1
178
179
+ " colorscheme tokyonight
180
181
set statusline=[%n]\ %<%.99f\ %h%w%m%r%y\ %{fugitive#statusline()}%{exists('*CapsLockStatusline')?CapsLockStatusline():''}%=%-16(\ %l,%c-%v\ %)%P
0 commit comments