mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-19 02:05:11 +02:00
feat(snacks): use statuscolumn
This commit is contained in:
parent
7087b93899
commit
60192b3548
2 changed files with 2 additions and 137 deletions
|
@ -107,7 +107,6 @@ opt.spelloptions:append("noplainbuffer")
|
|||
opt.splitbelow = true -- Put new windows below current
|
||||
opt.splitkeep = "screen"
|
||||
opt.splitright = true -- Put new windows right of current
|
||||
opt.statuscolumn = [[%!v:lua.require'lazyvim.util'.ui.statuscolumn()]]
|
||||
opt.tabstop = 2 -- Number of spaces tabs count for
|
||||
opt.termguicolors = true -- True color support
|
||||
opt.timeoutlen = vim.g.vscode and 1000 or 300 -- Lower than default (1000) to quickly trigger which-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue