From c1bec17f77ab5ad2522702849164e04884e1179f Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Sat, 26 Aug 2023 21:18:50 -0400 Subject: moved to lazy.nvim, configured lsp --- nvim/lua/plugins/blankline.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nvim/lua/plugins/blankline.lua (limited to 'nvim/lua/plugins/blankline.lua') diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua new file mode 100644 index 0000000..4e24f47 --- /dev/null +++ b/nvim/lua/plugins/blankline.lua @@ -0,0 +1,10 @@ +-- TODO: configure tree-sitter to color current indentation level +return { + 'lukas-reineke/indent-blankline.nvim', -- show indentation levels + dependencies = 'nvim-treesitter/nvim-treesitter', + opts = { + show_current_context = true, + show_current_context_start = true, + indent_blankline_use_treesiter = true, + } +} -- cgit v1.2.3