feat: initial commit; NixOS Era
This commit is contained in:
4
pkgs/neovim/lsp/bashls.lua
Normal file
4
pkgs/neovim/lsp/bashls.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
cmd = { 'bash-language-server', 'start' },
|
||||
filetypes = { 'sh', 'bash' },
|
||||
}
|
||||
Reference in New Issue
Block a user