diff options
| author | Yigit Sever | 2021-10-18 09:27:37 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-10-18 09:27:37 +0300 |
| commit | 168991b94ba2e828218168db584a35a32c3ea6c6 (patch) | |
| tree | 62daff8a2fd94e2e4870412bbb3c0a6b01ce4467 | |
| parent | ed90b54e2ff1c69b5ed04baac80459713097e808 (diff) | |
| download | dotfiles-168991b94ba2e828218168db584a35a32c3ea6c6.tar.gz dotfiles-168991b94ba2e828218168db584a35a32c3ea6c6.tar.bz2 dotfiles-168991b94ba2e828218168db584a35a32c3ea6c6.zip | |
nvim, indent_blankline: exclude man pages
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 2986c64..7806790 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -364,6 +364,6 @@ require("indent_blankline").setup { | |||
| 364 | show_current_context = true, | 364 | show_current_context = true, |
| 365 | char = "┊", | 365 | char = "┊", |
| 366 | buftype_exclude = {"terminal"}, | 366 | buftype_exclude = {"terminal"}, |
| 367 | filetype_exclude = {"dashboard", "help", "ledger"} | 367 | filetype_exclude = {"dashboard", "help", "ledger", "man"} |
| 368 | } | 368 | } |
| 369 | -- }}} indent-blankline -- | 369 | -- }}} indent-blankline -- |
