create smoketests for kickstart plugins
This commit is contained in:
parent
c7972483e9
commit
42a028a955
|
|
@ -2,9 +2,16 @@
|
||||||
|
|
||||||
A manual smoketest checklist to ensure features are working:
|
A manual smoketest checklist to ensure features are working:
|
||||||
|
|
||||||
## Plugin
|
## Plugins
|
||||||
|
### Kickstart
|
||||||
|
Kickstart plugins *that are enabled* should be working
|
||||||
|
- [ ] Autopairs
|
||||||
|
- Brackets, parenthesis, etc, should automatically close
|
||||||
|
- [ ] IndentLine
|
||||||
|
- Should see visual indentation guides for indented lines
|
||||||
|
|
||||||
### Custom
|
### Custom
|
||||||
|
Custom plugins should be working
|
||||||
- [ ] Oil
|
- [ ] Oil
|
||||||
- Shortcut `<leader>-` should open Oil
|
- Shortcut `<leader>-` should open Oil
|
||||||
- [ ] Snacks
|
- [ ] Snacks
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
--TODO: fix/postmerge: what does this do? is it needed? does the typescript-language-server cover this?
|
||||||
return {
|
return {
|
||||||
'pmizio/typescript-tools.nvim',
|
'pmizio/typescript-tools.nvim',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue