Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: some vim plugins get disabled by mistake (ayamir#1341)
* 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]>
- Loading branch information