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

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