-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: some vim plugins get disabled by mistake #1341
Conversation
This commit addresses a few regressions introduced by #1340: * The `tutor` plugin was accidentally disabled. * netrw, along with its configuration, was mistakenly disabled. * EditorConfig is now being implicitly disabled, which wasn't intended before #1340. Signed-off-by: Jint-lzxy <[email protected]>
i thought we use |
I don't use editorconfig, so I can't judge if it works for fine. |
Sorry for the late reply! I've had a lot to sort through over the past few days lol
Oops, that was enabled by mistake. Sorry for the extra noise introduced with this PR! I somehow forgot we already have sleuth.vim lmao
Hmm, I think this ultimately comes down to personal preference cuz afaiu Footnotes |
Signed-off-by: Jint-lzxy <[email protected]>
0b6dc57 reintroduces Sleuth.vim already includes all the features provided by this plugin.
Do NOT enable both at the same time, or you risk breaking the entire detection system. I've kept |
Fine for me. |
tested with builtin editorconfig seems to work (as I don't use sleuth.vim). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
we can't disable builtin |
tbh, i think we don't need |
sgtm. always +1 when removing plugins. |
|
ok lol |
* fix: some vim plugins get disabled by mistake This commit addresses a few regressions introduced by ayamir#1340: * The `tutor` plugin was accidentally disabled. * netrw, along with its configuration, was mistakenly disabled. * EditorConfig is now being implicitly disabled, which wasn't intended before ayamir#1340. Signed-off-by: Jint-lzxy <[email protected]> * clean up * fix: EditorConfig should have been disabled Signed-off-by: Jint-lzxy <[email protected]> * fix: disable `editorconfig` via `lazy.nvim` * chore: move netrw_liststyle to `core/options.lua` --------- Signed-off-by: Jint-lzxy <[email protected]> Co-authored-by: CharlesChiuGit <[email protected]>
This commit addresses a few regressions introduced by #1340:
tutor
plugin was accidentally disabled.lazy.nvim
, #1339 #1340.