Skip to content

Commit

Permalink
fix: Fix to start server when opening clojure file after vim startup
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 17, 2024
1 parent 30576cd commit 0410c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/elin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if has('vim_starting')
aug elin_starting_group
au!
au VimEnter * call s:init()
au FileType clojure call s:init()
aug END
else
if &ft ==# 'clojure'
Expand Down

0 comments on commit 0410c81

Please sign in to comment.