1
0
Fork 0

meh, check logs

This commit is contained in:
Von Random 2023-01-04 20:54:18 +02:00
parent 88e46f1b04
commit 4526a1aead
3 changed files with 8 additions and 6 deletions

View file

@ -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