1
0
Fork 0
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:
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 {
document_highlight = true,
servers = {
-- Bash
bashls = {},
-- PHP
phpactor = {
settings = {