Skip to content

Commit

Permalink
feat(ui): update statuscolumn (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Jun 18, 2024
1 parent 2a2fce2 commit 4f5ea7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/custom/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ vim.o.equalalways = false
vim.g.markdown_recommended_style = 0

vim.wo.foldtext = 'v:lua.vim.treesitter.foldtext()'
vim.o.statuscolumn = '%@SignCb@%s%=%T%@NumCb@%l│%T'

-- taken from Lazyvim LazyVim/lua/lazyvim/plugins/extras/util/dot.lua
vim.filetype.add({
Expand Down

0 comments on commit 4f5ea7c

Please sign in to comment.