Improve LSP configs and change keybindings to align with default nvim
0.11 ones
This commit is contained in:
parent
f9f53656f7
commit
0eea4c8dab
33 changed files with 656 additions and 553 deletions
|
|
@ -31,6 +31,7 @@ return {
|
|||
},
|
||||
},
|
||||
ft = "hurl",
|
||||
|
||||
opts = {
|
||||
-- Show debugging info
|
||||
debug = false,
|
||||
|
|
@ -73,7 +74,8 @@ return {
|
|||
email ..
|
||||
"\",\"password\":\"" ..
|
||||
password ..
|
||||
"\",\"clientType\":\"CLIENT_TYPE_WEB\"}' " .. firebaseUrl .. "?key=" ..
|
||||
"\",\"clientType\":\"CLIENT_TYPE_WEB\"}' " ..
|
||||
firebaseUrl .. "?key=" ..
|
||||
firebaseKey)
|
||||
local rawdata = h:read("all")
|
||||
h:close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue