1
0
Fork 0

kitty: solarized; neovim: plugin cleanup

This commit is contained in:
Von Random 2023-08-30 20:03:29 +03:00
parent 3de4631607
commit 538490bf8b
3 changed files with 31 additions and 41 deletions

View file

@ -5,6 +5,7 @@ vim.o.colorcolumn = '80'
vim.o.relativenumber = true
vim.o.breakindent = true
vim.o.clipboard = 'unnamedplus'
vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]'
vim.o.list = true
vim.o.listchars = 'tab:|_,nbsp:x,trail:*'
@ -16,7 +17,7 @@ vim.o.scrolloff = 3
vim.o.sidescrolloff = 15
vim.o.tabstop = 8
vim.o.softtabstop = 4
vim.o.softtabstop = 3
vim.o.shiftwidth = 4
vim.o.expandtab = true