diff --git a/cspell.json b/cspell.json index 56cd9f0..4a1e54a 100644 --- a/cspell.json +++ b/cspell.json @@ -1 +1 @@ -{"flagWords":[],"words":["nvim","builtins","stylua","rustfmt","pendo","tanstack","ripgrep","Typeahead","overscan","autorun","mediatype","BIOINF","Transitioner","pkce","ilike"],"language":"en","version":"0.2"} +{"version":"0.2","words":["nvim","builtins","stylua","rustfmt","pendo","tanstack","ripgrep","Typeahead","overscan","autorun","mediatype","BIOINF","Transitioner","pkce","ilike","arrayify","arrayified","komodo","wezterm"],"language":"en","flagWords":[]} diff --git a/mappings.lua b/mappings.lua index 7a53142..270c4d7 100644 --- a/mappings.lua +++ b/mappings.lua @@ -50,6 +50,7 @@ return { [",jr"] = { function() require("jester").run() end, desc = "Run test under cursor" }, [",jf"] = { function() require("jester").run_file() end, desc = "Run tests for file" }, [",jl"] = { function() require("jester").run_last() end, desc = "Run last ran test" }, + ["lz"] = { ":LspRestart", desc = "Restart LSP Server" }, }, v = { ["gf"] = { ":OpenInGHFile ", desc = "Open in github" },