mirror of
https://github.com/ivuorinen/nvim-shellspec.git
synced 2026-01-26 03:24:00 +00:00
feat: implement dynamic test generation and resolve pre-commit conflicts
This commit is contained in:
@@ -8,6 +8,9 @@ if exists('g:loaded_shellspec')
|
||||
endif
|
||||
let g:loaded_shellspec = 1
|
||||
|
||||
" Version information
|
||||
let g:shellspec_version = '2.0.0'
|
||||
|
||||
" Detect Neovim and use appropriate implementation
|
||||
if has('nvim-0.7')
|
||||
" Use modern Neovim Lua implementation
|
||||
|
||||
Reference in New Issue
Block a user