feat: implement dynamic test generation and resolve pre-commit conflicts

This commit is contained in:
2025-09-10 01:24:51 +03:00
parent b54d6ed365
commit 6009d8d83d
5 changed files with 903 additions and 18 deletions

View File

@@ -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