mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/plugins/ide.lua: import ide.test
This commit is contained in:
parent
fc1bafc590
commit
f946f2ea6d
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ return {
|
||||||
{ import = "user.plugins.ide.lsp" },
|
{ import = "user.plugins.ide.lsp" },
|
||||||
{ import = "user.plugins.ide.autocomplete" },
|
{ import = "user.plugins.ide.autocomplete" },
|
||||||
{ import = "user.plugins.ide.formatting" },
|
{ import = "user.plugins.ide.formatting" },
|
||||||
|
{ import = "user.plugins.ide.test" },
|
||||||
-- Linting
|
-- Linting
|
||||||
{
|
{
|
||||||
'mfussenegger/nvim-lint',
|
'mfussenegger/nvim-lint',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue