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
|
||||
gopls
|
||||
gotools
|
||||
grpcurl
|
||||
hadolint
|
||||
helm-ls
|
||||
jq
|
||||
lazygit
|
||||
lua-language-server
|
||||
markdownlint-cli2
|
||||
|
@ -316,6 +318,9 @@
|
|||
# Project
|
||||
project-nvim
|
||||
|
||||
# Rest
|
||||
kulala-nvim
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
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.octo' },
|
||||
{ import = 'lazyvim.plugins.extras.util.project' },
|
||||
{ import = 'lazyvim.plugins.extras.util.rest' },
|
||||
|
||||
-- These need to be after extras to prevent extras from overwriting them.
|
||||
|
||||
|
|
Loading…
Reference in a new issue