mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 17:34:34 +02:00
feat(ui): fancy status column
This commit is contained in:
parent
3f868aa825
commit
364bcf325d
2 changed files with 59 additions and 0 deletions
|
@ -61,6 +61,8 @@ else
|
|||
end
|
||||
if vim.treesitter.foldtext then
|
||||
vim.opt.foldtext = "v:lua.vim.treesitter.foldtext()"
|
||||
if vim.fn.has("nvim-0.9.0") == 1 then
|
||||
vim.opt.statuscolumn = [[%!v:lua.require'lazyvim.util.ui'.statuscolumn()]]
|
||||
end
|
||||
|
||||
-- Fix markdown indentation settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue