Update themes

This commit is contained in:
Saeed Afzal
2022-09-27 09:29:54 +01:00
parent daaab2caad
commit 160eedb189
6 changed files with 68 additions and 6 deletions

View File

@@ -21,7 +21,9 @@ wk.register({
l = {
name = "LSP",
r = { "<cmd>lua vim.lsp.buf.rename()<CR>", "rename" },
d = { "<cmd>Telescope diagnostics<CR>", "diagnostics" }
d = { "<cmd>Telescope diagnostics<CR>", "diagnostics" },
f = { "<cmd>lua vim.lsp.buf.formatting()<CR>", "format" },
a = { "<cmd>lua vim.lsp.buf.code_action()<CR>", "code action" }
},
b = {