Skip to content

Commit

Permalink
add lualine lsp provider alias
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Dec 11, 2022
1 parent f289f87 commit 5a3d9fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lb/cfg/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local lsp_names = { --{{{
rust_analyzer = "Rust",
sumneko_lua = "Lua",
intelephense = "PHP",
jedi_language_server = "Python",
pyright = "Python",
bashls = "Bash",
dockerls = "Docker",
tsserver = "TS",
Expand All @@ -72,6 +72,7 @@ local lsp_names = { --{{{
vimls = "Vim",
yamlls = "YAML",
cssls = "CSS",
emmet_ls = "EMMET",
}
--}}}

Expand Down

0 comments on commit 5a3d9fa

Please sign in to comment.