diff --git a/flake.nix b/flake.nix index addf0d7..1a64d2c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/init.lua b/init.lua index 29cd849..2117b71 100644 --- a/init.lua +++ b/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.