Skip to content

Commit

Permalink
neovim: disable miniindentscope in fzf buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Jan 8, 2025
1 parent 2216e48 commit 58561db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion nvim/after/ftplugin/TelescopePrompt.lua

This file was deleted.

1 change: 1 addition & 0 deletions nvim/after/ftplugin/fzf.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vim.b.miniindentscope_disable = true

0 comments on commit 58561db

Please sign in to comment.