kitty: solarized; neovim: plugin cleanup
This commit is contained in:
parent
3de4631607
commit
538490bf8b
3 changed files with 31 additions and 41 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue