1
0
Fork 0
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:
Henrik Hautakoski 2024-05-18 15:27:52 +02:00
parent e913c68db9
commit 4d8890b187

View file

@ -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 = {