blankline update

This commit is contained in:
Javier Pacheco 2023-09-03 20:43:00 -05:00
parent 75da7aacf5
commit 0e53460507
2 changed files with 6 additions and 2 deletions

View File

@ -126,6 +126,10 @@ require('lazy').setup({
char = '',
show_trailing_blankline_indent = false,
},
config = function()
vim.g.indent_blankline_filetype_exclude = { 'help', 'norg', 'markdown' }
vim.g.indent_blankline_char_list = { '|', '¦', '', '' }
end
},
-- "gc" to comment visual regions/lines

View File

@ -50,10 +50,10 @@ vim.opt.clipboard = "unnamedplus"
vim.opt.autochdir = true
vim.opt.showtabline = 1
vim.opt.conceallevel = 2
vim.opt.syntax = "on"
-- vim.opt.syntax = "on"
-- vim.opt.concealcursor = 'nc'
-- vim.cmd(':hi CursorLineNr gui=None ctermfg=11 guifg=foreground')
vim.opt.cursorline = true
vim.opt.cursorline = false
-- Do not load tohtml.vim
vim.g.loaded_2html_plugin = 1