mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 01:14:30 +02:00
enc: move config auto br from autocmd to vertcolumn config
This commit is contained in:
parent
e7cf581b2a
commit
33335939d0
4 changed files with 63 additions and 64 deletions
|
@ -53,15 +53,3 @@ vim.g.VM_Insert_hl = "DiffChange"
|
|||
-- end
|
||||
-- end,
|
||||
-- })
|
||||
|
||||
-- Mengatur colum color max 80 caracter
|
||||
-- vim.api.nvim_create_autocmd("BufWinEnter", {
|
||||
-- pattern = "*",
|
||||
-- callback = function()
|
||||
-- vim.opt.formatoptions = "croql"
|
||||
-- vim.opt.textwidth = 80
|
||||
-- vim.opt.colorcolumn = "+1"
|
||||
-- vim.opt.lazyredraw = false
|
||||
-- vim.cmd "hi ColorColumn guibg=#1B2430 ctermbg=246"
|
||||
-- end,
|
||||
-- })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue