feat: Add some options
This commit is contained in:
parent
547c139f9c
commit
dc1951ee94
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
vim.o.textwidth = 80
|
||||
vim.o.colorcolumn = '+1'
|
||||
vim.opt.breakindent = true
|
||||
vim.opt.colorcolumn = '+1'
|
||||
vim.opt.completeopt = { 'menu', 'menuone', 'noselect', 'noinsert' }
|
||||
vim.opt.foldcolumn = '1'
|
||||
vim.opt.foldenable = true
|
||||
vim.opt.listchars = { tab = '->', trail = '·' }
|
||||
vim.opt.sidescroll = 1
|
||||
vim.opt.textwidth = 80
|
||||
|
||||
vim.g.lazyvim_prettier_needs_config = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue