598 current 2024-05-14 17:51:47 24.05.20240512.2057814 6.8.6-zen1 *
This commit is contained in:
parent
3de99d3dc5
commit
1527f8f59c
3 changed files with 8 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,6 +49,7 @@ in {
|
|||
];
|
||||
plugins = [
|
||||
pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim
|
||||
pkgs.vimPlugins.rest-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@
|
|||
"overseer.nvim": { "branch": "master", "commit": "226789848772d99b3b61363b6ea7663882f8c05e" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "08e301982b9a057110ede7a735dd1b5285eb341f" },
|
||||
"promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" },
|
||||
"rest.nvim": { "branch": "main", "commit": "f96edb54a2940322bc7ed81a1031be04db7d3a99" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "1c3d3a75bebcb16df2a093b147ba498185e4ab17" },
|
||||
"schemastore.nvim": { "branch": "main", "commit": "3e4f42970123ef11d23da4b2feb8c25b555b19f8" },
|
||||
"telescope-dap.nvim": { "branch": "master", "commit": "8c88d9716c91eaef1cdea13cb9390d8ef447dbfe" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue