diff options
author | Yigit Sever | 2023-08-20 23:38:05 +0300 |
---|---|---|
committer | Yigit Sever | 2023-08-20 23:38:05 +0300 |
commit | 33fe27fd3dfbe21cf1ca9b4ab2b9c960e0ef9dd4 (patch) | |
tree | 029c93b57f88f36d4b8cf4a389a906faae535e79 /.config/nvim/lua/plugins/indent-blankline.lua | |
parent | a986d07da86e951180b5eea7dfd20d0da46e0cd8 (diff) | |
download | dotfiles-33fe27fd3dfbe21cf1ca9b4ab2b9c960e0ef9dd4.tar.gz dotfiles-33fe27fd3dfbe21cf1ca9b4ab2b9c960e0ef9dd4.tar.bz2 dotfiles-33fe27fd3dfbe21cf1ca9b4ab2b9c960e0ef9dd4.zip |
nvim: nvim-ufo, bunch of fixes
Diffstat (limited to '.config/nvim/lua/plugins/indent-blankline.lua')
-rw-r--r-- | .config/nvim/lua/plugins/indent-blankline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/indent-blankline.lua b/.config/nvim/lua/plugins/indent-blankline.lua index 42e5c62..0906298 100644 --- a/.config/nvim/lua/plugins/indent-blankline.lua +++ b/.config/nvim/lua/plugins/indent-blankline.lua | |||
@@ -4,7 +4,7 @@ return { | |||
4 | init = function() | 4 | init = function() |
5 | vim.opt.list = true | 5 | vim.opt.list = true |
6 | end, | 6 | end, |
7 | config = { | 7 | opts = { |
8 | show_current_context = true, | 8 | show_current_context = true, |
9 | char = "┊", | 9 | char = "┊", |
10 | buftype_exclude = {"terminal"}, | 10 | buftype_exclude = {"terminal"}, |