fix: Load guess-indent.nvim
Hi @feoh and @oriori1703 ,
This PR is very simple to fix the issue I've caused. It's been more than two weeks since the PR came in. Could you merge this or is there any process to merge?
I was just hoping my mess would be cleared away. 😊
Additional note to maintainers, this makes it so that the documentation right above it does not seem to be immediately related or applicable, as it's now a table and not just a link anymore. Let me know if it needs to be adjusted as well.
Hi @feoh and @oriori1703 ,
This PR is very simple to fix the issue I've caused. It's been more than two weeks since the PR came in. Could you merge this or is there any process to merge?
I was just hoping my mess would be cleared away. 😊
I wish I could merge this, but I'm not a maintainer 😅
This change does not fix the issue for me - in C++ files I have indents of size 2spaces. Adding a line before or after an indented line adds 2tabs. adding
opt = {},
config = function()
require('guess-indent').setup{}
end,
helps.
Hello @CapSel
For that issue, I think you should report it to https://github.com/NMAC427/guess-indent.nvim as the issue has nothing to do with this PR.
This change does not fix the issue for me - in C++ files I have indents of size 2spaces. Adding a line before or after an indented line adds 2tabs. adding
opt = {}, config = function() require('guess-indent').setup{} end,helps.
@CapSel maybe because you have opt instead of opts ?
@CapSel maybe because you have opt instead of opts ?
@Crazy-Hopper yes, thank you for pointing that out, that fixed my problem :D
Lol I struggled to get it working and eventually found what was wrong myself. Also about to create a new issue but then found this, it would indeed be good to merge this pls. Or maybe another idea: you could hint to new users there is something wrong with the config somewhere and they have to find it. That way nothing in the config has to change but users are at least aware there is some small error.
Why is this not being merged?
Why is this not being merged?
the repo is dead, the contributors are burned out and we cant get the maintainer to notice us to take it over.
https://github.com/nvim-lua/kickstart.nvim/pull/1627#issuecomment-3283511227 https://github.com/nvim-lua/kickstart.nvim/pull/1627#issuecomment-3123542324
I can confirm this works. Nice pr, fixes a bug.