adding in fzf for telescope and indent blankline migrate version

This commit is contained in:
talksik
2023-10-10 22:40:30 -07:00
parent 92433b4e6d
commit 627e128426
3 changed files with 16 additions and 8 deletions
@@ -1,10 +1,5 @@
vim.opt.list = true
vim.opt.listchars:append "space:⋅"
-- vim.opt.listchars:append "space:⋅"
vim.opt.listchars:append "eol:↴"
require("indent_blankline").setup {
space_char_blankline = " ",
show_current_context = true,
show_current_context_start = true,
}
require("ibl").setup()