feat: extras.util.rest

This commit is contained in:
punkfairie 2025-03-11 20:06:21 -07:00
parent 4003ec5937
commit fed5136bc7
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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.