24 Sep 2023 |
echasnovski | Yeah, I am thinking about it, but not convinced it will be a thing. As I am use git submodules for that. | 10:45:07 |
Rory | Diablos dotfiles have an opinion on that 👀 | 10:46:03 |
dungargoc | Name on thing diablos dotfiles doesn't have an opinion on | 10:46:25 |
Rory | dungargoc: good point | 10:46:43 |
dungargoc | Checkmate | 10:46:43 |
dungargoc | echasnovski: but uh, what's the best way to disable a mapping in mini.nvim? Is it just adding prefix = '' in the setup? | 10:47:41 |
echasnovski | Usually, yes. Which one? | 10:48:06 |
dungargoc | mini.operators | 10:48:19 |
echasnovski | Yes | 10:49:11 |
echasnovski | Let me guess, you don't like gx ? | 10:49:35 |
dungargoc | No, I like that one | 10:49:45 |
dungargoc | In reply to @echasnovski:matrix.org Yes My bad, I should've looked more thoroughly | 10:50:23 |
echasnovski | No worries. Docs are quite convoluted sometimes. | 10:50:54 |
echasnovski | Which one you don't like? | 10:51:01 |
dungargoc | Uh, I love all of them. I was just asking just in case | 10:51:59 |
dungargoc | 👀 | 10:52:06 |
echasnovski | The usual design for not creating a mapping is to supply empty string to the config option it can be customized. | 10:52:44 |
echasnovski | There are some exceptions in earlier modules, though. | 10:52:58 |
dungargoc | I think I'll disable g= mostly because it's too big brained for me lol. | 10:54:10 |
dungargoc | I know some people swear by REPLs but I dunno. | 10:54:52 |
echasnovski | Helps surprisingly frequently when needed to look at big Lua table. | 10:54:55 |
dungargoc | Hmm. | 10:55:11 |
dungargoc | Won't it require the context from eariler, such as function definitions and whatnot? | 10:55:54 |
dungargoc | I dunno, most of the time it's not that I dislike a feature, more that I have a hard time coming up with situations when I'd find that useful. Which is different from not finding something useful. If that makes sense. | 10:57:26 |
echasnovski | In reply to @fundar:matrix.org Won't it require the context from eariler, such as function definitions and whatnot? Type vim.log in some Lua file and press g== . | 10:57:51 |
dungargoc | Yeah, that's pretty cool | 10:59:47 |
dungargoc | I dunno, I guess I need to start writing more lua rather than shitty yaml files lo | 11:00:52 |
dungargoc | * I dunno, I guess I need to start writing more lua rather than shitty yaml files lol | 11:00:53 |
dungargoc | Anyway, thanks for the help | 11:01:00 |
echasnovski | No problem whatsoever. Thanks for taking a look! | 11:01:23 |