feat: extras.test.core
This commit is contained in:
parent
a531dec993
commit
bcb531fbf0
2 changed files with 11 additions and 0 deletions
|
@ -248,6 +248,9 @@
|
||||||
# Aerial
|
# Aerial
|
||||||
aerial-nvim
|
aerial-nvim
|
||||||
|
|
||||||
|
# Dial
|
||||||
|
dial-nvim
|
||||||
|
|
||||||
# Navic
|
# Navic
|
||||||
nvim-navic
|
nvim-navic
|
||||||
|
|
||||||
|
@ -283,6 +286,11 @@
|
||||||
vim-dadbod-completion
|
vim-dadbod-completion
|
||||||
vim-dadbod-ui
|
vim-dadbod-ui
|
||||||
|
|
||||||
|
# Test
|
||||||
|
# Neotest
|
||||||
|
neotest
|
||||||
|
nvim-nio
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
3
init.lua
3
init.lua
|
@ -47,6 +47,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.coding.yanky' },
|
{ import = 'lazyvim.plugins.extras.coding.yanky' },
|
||||||
|
|
||||||
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
{ import = 'lazyvim.plugins.extras.editor.aerial' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.editor.dial' },
|
||||||
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
{ import = 'lazyvim.plugins.extras.editor.navic' },
|
||||||
{ import = 'lazyvim.plugins.extras.editor.neo-tree' },
|
{ import = 'lazyvim.plugins.extras.editor.neo-tree' },
|
||||||
{ import = 'lazyvim.plugins.extras.editor.refactoring' },
|
{ 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.linting.eslint' },
|
||||||
|
|
||||||
|
{ import = 'lazyvim.plugins.extras.test.core' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
-- Disable mason.nvim while using nix.
|
-- Disable mason.nvim while using nix.
|
||||||
|
|
Loading…
Reference in a new issue