More work, LSP is not working yet need to figure that out more
This commit is contained in:
parent
713d128018
commit
764b890c58
32 changed files with 290 additions and 441 deletions
9
lua/plugins/http_rest.lua
Normal file
9
lua/plugins/http_rest.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"rest-nvim/rest.nvim",
|
||||
commit = "d8dc204e9f6fd930d9d1d709f0d19138f804431a",
|
||||
event = "BufEnter *.http",
|
||||
requires = { "nvim-lua/plenary.nvim" },
|
||||
keys = {
|
||||
{ "<leader>r", function() require("rest-nvim").run() end, desc = "Send http request" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue