From 079c385b9bd40a73ebafae6d847f62c2bed5126c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Mon, 20 May 2024 17:08:02 +0100 Subject: [nvim] Rewrite config motivated by nvim 0.10 --- home/.config/nvim/after/plugin/mappings.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'home/.config/nvim/after/plugin/mappings.lua') diff --git a/home/.config/nvim/after/plugin/mappings.lua b/home/.config/nvim/after/plugin/mappings.lua index 7fd0f03..f16c720 100644 --- a/home/.config/nvim/after/plugin/mappings.lua +++ b/home/.config/nvim/after/plugin/mappings.lua @@ -46,10 +46,6 @@ map.ncmd("x", "update") map.t("", "", { silent = true, noremap = true, expr = true }) -map.n("gw", vim.diagnostic.open_float) -map.n("gW", vim.diagnostic.setloclist) -map.n("[w", vim.diagnostic.goto_prev) -map.n("]w", vim.diagnostic.goto_next) map.n("[e", function() vim.diagnostic.goto_prev({ severity = vim.diagnostic.severity.ERROR }) end) -- cgit v1.2.3-70-g09d2