mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/config/lsp.lua: adding bashls
This commit is contained in:
parent
e913c68db9
commit
4d8890b187
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ vim.g.lsp_zero_ui_float_border = vim.g.float_border or 'none'
|
|||
return {
|
||||
document_highlight = true,
|
||||
servers = {
|
||||
-- Bash
|
||||
bashls = {},
|
||||
-- PHP
|
||||
phpactor = {
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue