Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

removing numbers in numbers column #1

Closed
NoamMuallem opened this issue Nov 1, 2022 · 1 comment
Closed

removing numbers in numbers column #1

NoamMuallem opened this issue Nov 1, 2022 · 1 comment

Comments

@NoamMuallem
Copy link

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?
Screen Shot 2022-11-01 at 23 21 01

@JonasLeonhard
Copy link
Owner

Hey @NoamMuallem,

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants