Update lsp restart and lualine

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-06 15:57:50 -05:00
parent bcb3c76419
commit 97bb26e2f1
2 changed files with 6 additions and 1 deletions

View file

@ -54,7 +54,7 @@ require("util").keymaps({
end,
desc = "Show diagnostic list",
},
["<leader>lz"] = { ":LspRestart<CR>", desc = "Restart LSP Server" },
["<leader>lz"] = { "<cmd>e<CR>", desc = "Edit current file again / Restart LSP Server" },
["<leader>,uu"] = { ':let @u = trim(tolower(system("uuidgen")))<cr>a<C-r>u', desc = "Generate and insert UUID" },
["<leader>b"] = { "<cmd>b#<cr>", desc = "Switch to last buffer" },
},