INDENT-BLANKLINE
This commit is contained in:
parent
70fc061d1a
commit
64c4e0cf29
12
init.lua
12
init.lua
@ -166,3 +166,15 @@ require("nvim-autopairs.completion.cmp").setup({
|
||||
})
|
||||
-------------------- FZF NATIVE ----------------------------
|
||||
require('telescope').load_extension('fzf')
|
||||
-------------------- INDENT-BLANKLINE ----------------------
|
||||
opt.listchars:append("eol:↴")
|
||||
-- opt.listchars:append("space: ")
|
||||
opt.listchars:append("trail: ")
|
||||
opt.listchars:append("tab:→ ")
|
||||
|
||||
require("indent_blankline").setup {
|
||||
show_end_of_line = true,
|
||||
use_treesitter = true,
|
||||
show_current_context = true,
|
||||
context_patterns = {'class', 'function', 'method', 'block', '^if', '^for', '^while'},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user