Add more keybindings to task-runner

This commit is contained in:
Alexander Navarro 2024-05-09 10:54:49 -04:00
parent 2213374567
commit 3a8b297e91
9 changed files with 147 additions and 13 deletions

View file

@ -59,9 +59,28 @@ return {
emmet_ls = {},
html = {},
pyright = {},
rust_analyzer = {},
rust_analyzer = {
settings = {
["rust-analyzer"] = {
imports = {
granularity = {
group = "module",
},
prefix = "self",
},
cargo = {
buildScripts = {
enable = true,
},
},
procMacro = {
enable = true,
},
},
},
},
sqlls = {},
nimlsp = {},
nimls = {},
yamlls = {},
lua_ls = {
settings = {