diff --git a/.config/nvim/fnl/init.fnl b/.config/nvim/fnl/init.fnl index 2f83b72..d1a3f77 100644 --- a/.config/nvim/fnl/init.fnl +++ b/.config/nvim/fnl/init.fnl @@ -185,7 +185,7 @@ :ib "@block.inner" :aa "@parameter.outer" :ia "@parameter.inner"}}}}) - (treesitter.language.register :yaml :yaml.ansible)) + (treesitter.language.register :yaml :yaml.ansible)) (let [tscontext (require :treesitter-context)] (tscontext.setup)) @@ -208,15 +208,8 @@ ;; indent-blankline -(let [{: setup} (require :indent_blankline)] - (setup {:char "" - :context_char "┃" - :show_current_context true - :show_first_indent_level false - ; :show_trailing_blankline_indent false - ; :max_indent_increase 1 - ; :use_treesitter true - :use_treesitter_scope true})) +(let [{: setup} (require :ibl)] + (setup)) ;;; generate help files diff --git a/.local/share/nvim/site/pack/alpha/start/indent-blankline b/.local/share/nvim/site/pack/alpha/start/indent-blankline index 4541d69..906ba1e 160000 --- a/.local/share/nvim/site/pack/alpha/start/indent-blankline +++ b/.local/share/nvim/site/pack/alpha/start/indent-blankline @@ -1 +1 @@ -Subproject commit 4541d690816cb99a7fc248f1486aa87f3abce91c +Subproject commit 906ba1e843063d29467663d53a86014f0ece1bb9 diff --git a/.local/share/nvim/site/pack/alpha/start/paramount b/.local/share/nvim/site/pack/alpha/start/paramount index c9c36a8..467fabd 160000 --- a/.local/share/nvim/site/pack/alpha/start/paramount +++ b/.local/share/nvim/site/pack/alpha/start/paramount @@ -1 +1 @@ -Subproject commit c9c36a80cee3158d2fd23c5fd087089a520a36ec +Subproject commit 467fabd0001104f0fb63e31a7bf0ef54b9106531