add dhall support
This commit is contained in:
parent
7d9514fa8f
commit
226f5a2818
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,7 @@ with lib; {
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
lsp_extensions-nvim
|
lsp_extensions-nvim
|
||||||
lsp-status-nvim
|
lsp-status-nvim
|
||||||
|
dhall-vim
|
||||||
];
|
];
|
||||||
|
|
||||||
output.path.path = with pkgs; [
|
output.path.path = with pkgs; [
|
||||||
|
@ -112,6 +113,9 @@ with lib; {
|
||||||
# C++
|
# C++
|
||||||
clang-tools
|
clang-tools
|
||||||
|
|
||||||
|
# Dhall
|
||||||
|
dhall-lsp-server
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
(writeScriptBin "pyright-langserver" ''
|
(writeScriptBin "pyright-langserver" ''
|
||||||
# pyright has a symlinked `./bin` which breaks Nix's `symlinkJoin`
|
# pyright has a symlinked `./bin` which breaks Nix's `symlinkJoin`
|
||||||
|
|
Loading…
Reference in a new issue