mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-03 07:23:30 +00:00
feat: bash language server
This commit is contained in:
parent
29de5b56c0
commit
6e448cf958
7 changed files with 221 additions and 14 deletions
6
modules/languages/bash/default.nix
Normal file
6
modules/languages/bash/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./bash.nix
|
||||
./config.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue