You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.
Hi, thank for a great config, first time I can actually debug in nvim (with your dap set up), but I just wonted to know a few things:
1.how to remap gd and gg? I cant override them...
2.how to remove this numbers in the number column?
The text was updated successfully, but these errors were encountered:
im using the ufo plugin for these folds, the creator has an issue where he builds neovim from source with slight changes: kevinhwang91/nvim-ufo#4 . I had the same issue with folds, and found no other workaround, let me know if you find one without changing neovims source code and recompiling.
As for remapping "gd" and "gg", do you mean the wich_keys? (-gd) to open lazygit / open git diff?
To remap those you could change lvim.builtin.which_key.mappings["gd"] = { "<cmd>Mason<cr>", "Open Mason" }; for example.
Hi, thank for a great config, first time I can actually debug in nvim (with your dap set up), but I just wonted to know a few things:
1.how to remap gd and gg? I cant override them...
2.how to remove this numbers in the number column?
The text was updated successfully, but these errors were encountered: