Working on lsp

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-12 00:13:14 -05:00
parent cec6b5ba89
commit 42a3ec0172
11 changed files with 127 additions and 25 deletions

View file

@ -32,7 +32,7 @@ require('util').keymaps({
["<C-k>"] = { "<C-w>k", desc = "Move window above current" },
["<C-l>"] = { "<C-w>l", desc = "Move window right current" },
-- reformat outside of LSP attachment
["<leader>lf"] = { "GVgg=", desc = "Reformat file" }
["<leader>lf"] = { function() vim.lsp.buf.format() end, desc = "Reformat file" }
-- ["<leader>,j"] = { name = " Jest Tests" },