dokwork / lualine-ex

Plugin for lualine.nvim with additional components and tools
MIT License
21 stars 1 forks source link

Add example of the provided components #12

Closed vladimir-popov closed 10 months ago

vladimir-popov commented 10 months ago

It would be nice to see how provided components look in readme. For example:

ex.spellcheck

vim.o.spell=true:   vim.o.spell=false:  

ex.cwd

pwd = /Users/dokwork/.local/share/nvim/lazy/lualine-ex:      

ex.git.branch

No git worktree Worktree is commited Worktree is changed

ex.lsp.single

No one lsp client:        lua_ls is active: 

ex.lsp.all

No one lsp client Only lua_ls is run and active Both lua_ls and vimls are run, but only vimls is active