diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/indent-blankline.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/after/plugin/indent-blankline.lua b/after/plugin/indent-blankline.lua deleted file mode 100644 index ae187fb..0000000 --- a/after/plugin/indent-blankline.lua +++ /dev/null @@ -1,15 +0,0 @@ -local status_ok, ibl = pcall(require, "ibl") -if not status_ok then - return -end - -ibl.setup { - indent = { - char = '▏', - }, - scope = { - enabled = true, - show_start = false, - show_end = false - }, -} |