lsp_status(shows active LSPs in the current buffer and a progress spinner) Custom components Lua functions as lualine component localfunctionhello()return[[hello world]]endsections={lualine_a={hello} } Vim functions as lualine component sections={lualine_a={'FugitiveHead'} } Vim's statusline...
A blazing fast and easy to configure neovim statusline plugin written in pure lua. lua neovim nvim statusline neovim-plugin neovim-lua lualine neovim-statusline Updated Mar 19, 2025 Lua arkav / lualine-lsp-progress Star 240 Code Issues Pull requests LSP Progress lualine componenet ...
lualine-lsp-progress Information provided by active lsp clients from the $/progress endpoint as a statusline component for lualine.nvim. Why? Some LSP servers take a while to initalize. This provides a nice visual indicator to show which clients are ready to use. Screenshot Use Add the com...
This component provides information about status of all run LSP servers. Every server has its own color and icon, which can be taken from the option icons or plugin nvim-web-devicons (if it's installed).When some of already run servers is not active for the current buffer, it is in ...
Lsp Lsp saga Coc Bufferline Illuminate Diff Git signs Git gutter Lualine Feline Ident-BlankLine Installation You can install this plugin with packer: use { 'AlphaTechnolog/pywal.nvim', as = 'pywal' } Or with vim-plug: Plug 'AlphaTechnolog/pywal.nvim', { 'as': 'pywal' } Active th...
This addon features extra tools for YimMenu that aren't already a part of the stand alone base version. - Extras-Addon-for-YimMenu/Extras-data.lua at main · Deadlineem/Extras-Addon-for-YimMenu
sections = { lualine_a = { 'g:coc_status', 'bo:filetype' } }Lua expressions as lualine componentYou can use any valid lua expression as a component including:oneliners global variables require statementssections = { lualine_c = { "os.date('%a')", 'data', "require'lsp-status'....
sections = {lualine_a = {'g:coc_status', 'bo:filetype'}} Lua expressions as lualine component You can use any valid lua expression as a component including oneliners global variables require statements sections = {lualine_c = {"os.data('%a')", 'data', require'lsp-status'.status}...