diff options
| author | Yigit Sever | 2022-12-20 16:49:13 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-12-20 16:49:13 +0300 |
| commit | ffc76f1b54ecd07a6e35f099c3a12f5f2ef3e99a (patch) | |
| tree | ae4d19cbc1ed8ca421068de7bc84c4d7865e2003 /.config/nvim | |
| parent | 0d5f939f17787f434270272e1297864a747d62da (diff) | |
| download | dotfiles-ffc76f1b54ecd07a6e35f099c3a12f5f2ef3e99a.tar.gz dotfiles-ffc76f1b54ecd07a6e35f099c3a12f5f2ef3e99a.tar.bz2 dotfiles-ffc76f1b54ecd07a6e35f099c3a12f5f2ef3e99a.zip | |
fix(nvim): enable indent-blankline catppuccin integration
Diffstat (limited to '.config/nvim')
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index fee991c..4d97720 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -594,6 +594,9 @@ require("catppuccin").setup({ | |||
| 594 | }, | 594 | }, |
| 595 | 595 | ||
| 596 | }, | 596 | }, |
| 597 | indent_blankline = { | ||
| 598 | enabled = true, | ||
| 599 | }, | ||
| 597 | }) | 600 | }) |
| 598 | 601 | ||
| 599 | -- setup must be called before loading | 602 | -- setup must be called before loading |
