From f2973977f6205e73ce34d2f0a38dbdb6a7e867ec Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 20 Mar 2024 17:11:49 +0100 Subject: feat: add readme and some stuff I don't wanna type out --- lua/pml68/remap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/pml68/remap.lua') 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", "v", " ToggleTerm direction=vertical ") -- Diagnostics, LSP vim.keymap.set('n', 'gl', 'lua vim.diagnostic.open_float()') vim.keymap.set('n', '[d', 'lua vim.diagnostic.goto_prev()') -vim.keymap.set('n', ']d', 'lua vim.diagnostic.goto_next()') +vim.keymap.set('n', ']d', 'lua vim.diagnostic.goto_next()') vim.api.nvim_create_autocmd('LspAttach', { desc = 'LSP actions', -- cgit v1.2.3