diff options
Diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index d5a4980..9466d25 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
@@ -151,11 +151,6 @@ g.vimtex_compiler_latexmk = { | |||
151 | 151 | ||
152 | -- }}} vimtex -- | 152 | -- }}} vimtex -- |
153 | 153 | ||
154 | -- ledger {{{ -- | ||
155 | g.ledger_maxwidth = 80 | ||
156 | g.ledger_fillstring = ' -' | ||
157 | -- }}} ledger -- | ||
158 | |||
159 | -- devicons {{{ -- | 154 | -- devicons {{{ -- |
160 | require'nvim-web-devicons'.setup { | 155 | require'nvim-web-devicons'.setup { |
161 | override = { | 156 | override = { |
@@ -437,7 +432,7 @@ require("indent_blankline").setup { | |||
437 | show_current_context = true, | 432 | show_current_context = true, |
438 | char = "┊", | 433 | char = "┊", |
439 | buftype_exclude = {"terminal"}, | 434 | buftype_exclude = {"terminal"}, |
440 | filetype_exclude = {"dashboard", "help", "ledger", "man"} | 435 | filetype_exclude = {"dashboard", "help", "man"} |
441 | } | 436 | } |
442 | -- }}} indent-blankline -- | 437 | -- }}} indent-blankline -- |
443 | 438 | ||