tani / vim-jetpack

The lightning-fast plugin manager, alternative to vim-plug
https://gist.asciidoctor.org/?github-tani/vim-jetpack/main//README.adoc&source-highlighter=highlightjs
MIT License
323 stars 32 forks source link

The plugin's ftplugin doesn't work when opening vim. #135

Open z-kk opened 4 months ago

z-kk commented 4 months ago

When vimrc is

packadd nim.vim
filetype plugin on

and exec vim test.nim then shiftwidth is "2".

But when vimrc is

packadd vim-jetpack
call jetpack#begin()
Jetpack 'tani/vim-jetpack', {'opt': 1}
Jetpack 'zah/nim.vim'
call jetpack#end()

and exec vim test.nim then shiftwidth is "8". Exec vim and :e test.nim, shiftwidth is "2".

VIM 9.0 WSL2 Debian 12