Compare commits
3 commits
5a1c0dfdc3
...
5b117be5ba
Author | SHA1 | Date | |
---|---|---|---|
5b117be5ba | |||
b6d92d28d0 | |||
12f43d2374 |
1 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ return {
|
|||
|
||||
-- lsp
|
||||
{ import = "astrocommunity.lsp.inc-rename-nvim" },
|
||||
{ import = "astrocommunity.lsp.lsp-inlayhints-nvim" },
|
||||
-- { import = "astrocommunity.lsp.lsp-inlayhints-nvim" },
|
||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||
|
||||
-- motion
|
||||
|
@ -47,7 +47,7 @@ return {
|
|||
-- pack
|
||||
{ import = "astrocommunity.pack.bash" },
|
||||
{ import = "astrocommunity.pack.docker" },
|
||||
{ import = "astrocommunity.pack.full-dadbod" },
|
||||
-- { import = "astrocommunity.pack.full-dadbod" }, -- databases
|
||||
{ import = "astrocommunity.pack.html-css" },
|
||||
{ import = "astrocommunity.pack.json" },
|
||||
{ import = "astrocommunity.pack.just" },
|
||||
|
@ -63,8 +63,8 @@ return {
|
|||
{ import = "astrocommunity.scrolling.nvim-scrollbar" },
|
||||
|
||||
-- test
|
||||
-- { import = "astrocommunity.test.neotest" },
|
||||
-- { import = "astrocommunity.test.nvim-coverage" },
|
||||
-- { import = "astrocommunity.test.neotest" }, -- doesn't detect when a test fails v5.2.5
|
||||
-- { import = "astrocommunity.test.nvim-coverage" }, -- doesn't appear to detect coverage reports
|
||||
|
||||
-- workflow
|
||||
-- { import = "astrocommunity.workflow.hardtime-nvim" },
|
||||
|
|
Loading…
Reference in a new issue