meh, check logs
This commit is contained in:
parent
88e46f1b04
commit
4526a1aead
3 changed files with 8 additions and 6 deletions
|
@ -5,9 +5,10 @@ vim.o.colorcolumn = '80'
|
|||
vim.o.relativenumber = true
|
||||
vim.o.breakindent = true
|
||||
vim.o.guicursor = false
|
||||
vim.o.clipboard = 'unnamedplus'
|
||||
|
||||
vim.o.list = true
|
||||
vim.o.listchars = 'tab:|_,nbsp:x,trail:*'
|
||||
vim.o.listchars = 'tab:==>,nbsp:x,trail:*'
|
||||
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue