mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
adjust themes and other stuff
This commit is contained in:
parent
1bd790f1c8
commit
70e965c63f
17 changed files with 332 additions and 183 deletions
|
|
@ -39,7 +39,6 @@ if system('uname -a') =~ '\<WSL2\>'
|
|||
\ }
|
||||
endif
|
||||
|
||||
" colorscheme tokyonight-night
|
||||
if exists(':GuiRenderLigatures')
|
||||
GuiRenderLigatures 1
|
||||
endif
|
||||
|
|
@ -49,6 +48,8 @@ if exists(':GuiFont')
|
|||
endif
|
||||
|
||||
function s:post_load()
|
||||
colorscheme tokyonight-night
|
||||
|
||||
if exists(':NERDTreeToggle')
|
||||
map <F3> :NERDTreeToggle<CR>
|
||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue