adding in fzf for telescope and indent blankline migrate version
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user