mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: switch from guess-indent to indent-blankline
This commit is contained in:
parent
cb70a0c30a
commit
88462d0794
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
zen-mode.enable = true;
|
zen-mode.enable = true;
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
intellitab.enable = true;
|
intellitab.enable = true;
|
||||||
guess-indent.enable = true;
|
sleuth.enable = true;
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
vim-bbye.enable = true;
|
vim-bbye.enable = true;
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue