Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Mar 28, 2023
1 parent 6864bc6 commit 52ba758
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layers/common/base.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" syntax
syn on " 语法支持
"syn on " 语法支持

" encoding
set encoding=utf-8
Expand Down
3 changes: 3 additions & 0 deletions layers/common/tool-functions.vim
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function! TogglePopup()
endfunction

function! FernFindCurrentFile()
if &filetype == "nerdtree"
return
endif
silent! execute "Rooter"
let l:filename = trim(expand('%'), './')
if exists(":NERDTreeFind")
Expand Down
3 changes: 1 addition & 2 deletions layers/user/theme.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
syntax enable

"syntax enable
" color dracula
" colorscheme molokai
" colorscheme spacegray
Expand Down

0 comments on commit 52ba758

Please sign in to comment.