Skip to content

Commit

Permalink
cahnge style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Apr 5, 2024
1 parent fc70445 commit 99a96cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions layers/common/base.vim
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,11 @@ if has("gui_running")
set guioptions-=L
set guioptions-=r
set guioptions-=R
set guicursor=i:ver1
if !has('nvim')
set noantialias
endif
set linespace=1
set guicursor=n-v-c:ver10
highlight iCursor guifg=white guibg=steelblue
set scrolloff=0
set mouse=a
end
Expand Down
2 changes: 1 addition & 1 deletion layers/user/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endfunction

let g:context_enabled = 0

let g:rooter_patterns = ['artisan', 'think', 'composer.lock', 'go.mod', 'pom.xml', 'package.json', '.git']
let g:rooter_patterns = ['artisan', 'think', 'composer.lock', 'go.mod', 'pom.xml', 'package.json', '.git', 'easyswoole']
let g:rooter_change_directory_for_non_project_files = ''
let g:coc_disable_startup_warning = 1
let g:rooter_manual_only = 1

0 comments on commit 99a96cb

Please sign in to comment.