599 current 2024-05-14 17:54:40 24.05.20240512.2057814 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-14 17:54:44 -04:00
parent 1527f8f59c
commit 847856ea97
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,9 @@
return { return {
-- { {
-- "rest-nvim/rest.nvim", "rest-nvim/rest.nvim",
-- ft = "http", ft = "http",
-- config = function() config = function()
-- require("rest-nvim").setup() require("rest-nvim").setup()
-- end, end,
-- }, },
} }

View file

@ -49,7 +49,6 @@ in {
]; ];
plugins = [ plugins = [
pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim
pkgs.vimPlugins.rest-nvim
]; ];
}; };