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 {
-- {
-- "rest-nvim/rest.nvim",
-- ft = "http",
-- config = function()
-- require("rest-nvim").setup()
-- end,
-- },
{
"rest-nvim/rest.nvim",
ft = "http",
config = function()
require("rest-nvim").setup()
end,
},
}

View file

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