summaryrefslogtreecommitdiff
path: root/lua/bee
diff options
context:
space:
mode:
Diffstat (limited to 'lua/bee')
-rw-r--r--lua/bee/plugins/ui.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/bee/plugins/ui.lua b/lua/bee/plugins/ui.lua
index 5b1dedd..55224cd 100644
--- a/lua/bee/plugins/ui.lua
+++ b/lua/bee/plugins/ui.lua
@@ -59,6 +59,17 @@ return {
"blink.indent",
auto_enable = true,
event = "DeferredUIEnter",
+ before = function()
+ vim.api.nvim_create_autocmd("FileType", {
+ pattern = {
+ "markdown",
+ "nix",
+ },
+ callback = function(args)
+ vim.b[args.buf].indent_guide = false
+ end,
+ })
+ end,
after = function(_)
require("blink.indent").setup({
static = {