feat: extras.util.rest
This commit is contained in:
parent
4003ec5937
commit
fed5136bc7
2 changed files with 6 additions and 0 deletions
|
@ -114,8 +114,10 @@
|
||||||
gofumpt
|
gofumpt
|
||||||
gopls
|
gopls
|
||||||
gotools
|
gotools
|
||||||
|
grpcurl
|
||||||
hadolint
|
hadolint
|
||||||
helm-ls
|
helm-ls
|
||||||
|
jq
|
||||||
lazygit
|
lazygit
|
||||||
lua-language-server
|
lua-language-server
|
||||||
markdownlint-cli2
|
markdownlint-cli2
|
||||||
|
@ -316,6 +318,9 @@
|
||||||
# Project
|
# Project
|
||||||
project-nvim
|
project-nvim
|
||||||
|
|
||||||
|
# Rest
|
||||||
|
kulala-nvim
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -85,6 +85,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
{ import = 'lazyvim.plugins.extras.util.mini-hipatterns' },
|
{ import = 'lazyvim.plugins.extras.util.mini-hipatterns' },
|
||||||
{ import = 'lazyvim.plugins.extras.util.octo' },
|
{ import = 'lazyvim.plugins.extras.util.octo' },
|
||||||
{ import = 'lazyvim.plugins.extras.util.project' },
|
{ import = 'lazyvim.plugins.extras.util.project' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.util.rest' },
|
||||||
|
|
||||||
-- These need to be after extras to prevent extras from overwriting them.
|
-- These need to be after extras to prevent extras from overwriting them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue