nvim: tabstop 8 to avoid a bug in a plugin; wezterm: some deprecations cleaned up
This commit is contained in:
parent
75f8289854
commit
d20314a03b
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ vim.o.breakindent = true
|
|||
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
|
||||
|
@ -15,7 +15,7 @@ vim.o.smartcase = true
|
|||
vim.o.scrolloff = 3
|
||||
vim.o.sidescrolloff = 15
|
||||
|
||||
vim.o.tabstop = 3
|
||||
vim.o.tabstop = 8
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
|
@ -26,4 +26,4 @@ vim.o.imsearch = 0
|
|||
|
||||
local fsize = '11'
|
||||
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
|
||||
vim.o.guifont = 'vcascadia:h' .. fsize
|
||||
vim.o.guifont = 'vcascadia:h' .. fsize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue