diff options
| author | 2026-04-17 10:53:18 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:18 +0100 | |
| commit | 25a8d957fc369bc01b59436691c4d42ee51bb9d8 (patch) | |
| tree | c2b130f023597131924d823e9c7b0145b261359b /home/.config/nvim/lua/plugins | |
| parent | 1d4ca49f91fdeb6e74086d4b50fa17580d0b9e74 (diff) | |
| download | dotfiles-25a8d957fc369bc01b59436691c4d42ee51bb9d8.tar.gz dotfiles-25a8d957fc369bc01b59436691c4d42ee51bb9d8.tar.bz2 dotfiles-25a8d957fc369bc01b59436691c4d42ee51bb9d8.zip | |
chore: remove dead neotest references
Neotest plugin was removed but its which-key group and
close-with-q filetypes remained as dead config.
Diffstat (limited to 'home/.config/nvim/lua/plugins')
| -rw-r--r-- | home/.config/nvim/lua/plugins/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/plugins/init.lua b/home/.config/nvim/lua/plugins/init.lua index 846ec43..c98602d 100644 --- a/home/.config/nvim/lua/plugins/init.lua +++ b/home/.config/nvim/lua/plugins/init.lua @@ -28,7 +28,6 @@ return { { "<leader>d", group = "[D]ocument" }, { "<leader>g", group = "[G]it" }, { "<leader>h", group = "Git [H]unk", mode = { "n", "v" } }, - { "<leader>n", group = "[N]eotest" }, { "<leader>o", group = "[O]verseer" }, { "<leader>r", group = "[R]efactor" }, { "<leader>s", group = "[S]earch" }, |
