1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30
Files
dotfiles/common/.config/nvim/lsp/bashls.lua
T
Pratik Tripathy 3be53f130a fix(neovim): Blank to default lsp configurations
- Configuration for files under `/lsp` are added
2025-09-01 11:54:16 +05:30

5 lines
99 B
Lua

return {
cmd = { "bash-language-server", "start" },
filetypes = { "sh", "bash", "zsh" },
}