Update neovim settings
diff --git a/modules/neovim/indentation/indentation.lua b/modules/neovim/indentation/indentation.lua
index 633aae5..42e960f 100644
--- a/modules/neovim/indentation/indentation.lua
+++ b/modules/neovim/indentation/indentation.lua
@@ -7,6 +7,10 @@
space_char_blankline = " ",
show_current_context = true,
show_current_context_start = true,
+ use_treesitter = true,
+ filetype_exclude = {
+ "markdown",
+ };
char_highlight_list = {
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",