feat: bash language server

This commit is contained in:
raf 2023-09-23 18:36:25 +03:00
commit 6e448cf958
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
7 changed files with 221 additions and 14 deletions

View file

@ -0,0 +1,6 @@
_: {
imports = [
./bash.nix
./config.nix
];
}