aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/remap.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-03-20 17:11:49 +0100
committerpml68 <tutorialmester@gmail.com>2024-03-20 17:11:49 +0100
commitf2973977f6205e73ce34d2f0a38dbdb6a7e867ec (patch)
tree32ee19c2ee59ae147ec05d9370da5c2f0327420c /lua/pml68/remap.lua
parentfeat: add crates.nvim and cmp-path plugins (diff)
downloadnvim-f2973977f6205e73ce34d2f0a38dbdb6a7e867ec.tar.gz
feat: add readme and some stuff I don't wanna type out
Diffstat (limited to '')
-rw-r--r--lua/pml68/remap.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua
index 81517dd..36fed29 100644
--- a/lua/pml68/remap.lua
+++ b/lua/pml68/remap.lua
@@ -31,7 +31,7 @@ vim.keymap.set("n", "<leader>v", "<cmd> ToggleTerm direction=vertical <CR>")
-- Diagnostics, LSP
vim.keymap.set('n', 'gl', '<cmd>lua vim.diagnostic.open_float()<cr>')
vim.keymap.set('n', '[d', '<cmd>lua vim.diagnostic.goto_prev()<cr>')
-vim.keymap.set('n', ']d', '<cmd>lua vim.diagnostic.goto_next()<cr>')
+vim.keymap.set('n', ']d', '<cmd>lua vim.diagnostic.goto_next()<cr>')
vim.api.nvim_create_autocmd('LspAttach', {
desc = 'LSP actions',