Skip to content

Commit

Permalink
chore(util): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Mar 3, 2025
1 parent 5b9168e commit 7b8be9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/coc/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ function! coc#util#get_config_home(...)
if exists('$XDG_CONFIG_HOME')
let dir = resolve($XDG_CONFIG_HOME."/".appname)
else
if s:is_win || s:is_win32unix
if s:is_win
let dir = resolve($HOME.'/AppData/Local/'.appname)
else
let dir = resolve($HOME.'/.config/'.appname)
Expand Down

0 comments on commit 7b8be9e

Please sign in to comment.