Skip to content

yavorski/lualine-lsp-client-name.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Lualine LSP Clients

Display LSP clients in lualine

Configuration

With lazy

{
  "nvim-lualine/lualine.nvim",
  dependencies = {
    -- display lsp clients in lualine
    { "yavorski/lualine-lsp-client-name.nvim" }, 
  },
  opts = {
    -- add to section of your choice
    sections = {
      lualine_x = { "lsp_client_name" },
    }
  }
}

Screenshot

lualine-lsp-client-names

About

Display LSP client name in lualine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages