feat: extras.test.core

This commit is contained in:
punkfairie 2025-03-10 20:34:54 -07:00
parent a531dec993
commit bcb531fbf0
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 11 additions and 0 deletions

View file

@ -248,6 +248,9 @@
# Aerial
aerial-nvim
# Dial
dial-nvim
# Navic
nvim-navic
@ -283,6 +286,11 @@
vim-dadbod-completion
vim-dadbod-ui
# Test
# Neotest
neotest
nvim-nio
# Custom
rose-pine
diffview-nvim

View file

@ -47,6 +47,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.coding.yanky' },
{ import = 'lazyvim.plugins.extras.editor.aerial' },
{ import = 'lazyvim.plugins.extras.editor.dial' },
{ import = 'lazyvim.plugins.extras.editor.navic' },
{ import = 'lazyvim.plugins.extras.editor.neo-tree' },
{ import = 'lazyvim.plugins.extras.editor.refactoring' },
@ -75,6 +76,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.linting.eslint' },
{ import = 'lazyvim.plugins.extras.test.core' },
-- These need to be after extras to prevent extras from overwriting them.
-- Disable mason.nvim while using nix.