mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 06:53:40 +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 {
|
return {
|
||||||
document_highlight = true,
|
document_highlight = true,
|
||||||
servers = {
|
servers = {
|
||||||
|
-- Bash
|
||||||
|
bashls = {},
|
||||||
-- PHP
|
-- PHP
|
||||||
phpactor = {
|
phpactor = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue