vim-jetpack icon indicating copy to clipboard operation
vim-jetpack copied to clipboard

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

Open z-kk opened this issue 8 months ago • 0 comments

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

z-kk avatar Jun 26 '24 12:06 z-kk