599 current 2024-05-14 17:54:40 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
1527f8f59c
commit
847856ea97
2 changed files with 7 additions and 8 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ in {
|
|||
];
|
||||
plugins = [
|
||||
pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim
|
||||
pkgs.vimPlugins.rest-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue