reeeeee
This commit is contained in:
parent
76a519836f
commit
e8e2d80a03
@ -28,6 +28,8 @@ in
|
||||
programs.vscode = {
|
||||
package = pkgs.vscodium;
|
||||
userSettings = {
|
||||
"workbench.startupEditor" = "none";
|
||||
|
||||
"editor.bracketPairColorization.enabled" = true;
|
||||
"editor.guides.bracketPairs" = "active";
|
||||
|
||||
@ -40,6 +42,7 @@ in
|
||||
"vim.easymotion" = true;
|
||||
"vim.sneak" = true;
|
||||
"vim.hlsearch" = true;
|
||||
"vim.ignorecase" = true;
|
||||
"vim.normalModeKeyBindings" = [
|
||||
{
|
||||
before = [ "<Tab>" ];
|
||||
@ -58,12 +61,18 @@ in
|
||||
"rust-client.disableRustup" = true;
|
||||
|
||||
"editor.formatOnSave" = true;
|
||||
|
||||
# "vscode-dhall-lsp-server.executable" = "${pkgs.dhall-lsp-server}/bin/dhall-lsp-server";
|
||||
# "purescript.pursExe" = "${pkgs.purescript}/bin/purs";
|
||||
# "purescript.buildCommand" = "${pkgs.spago}/bin/spago build --purs-args --json-errors";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
vscodevim.vim
|
||||
jnoortheen.nix-ide
|
||||
haskell.haskell
|
||||
justusadam.language-haskell
|
||||
dhall.dhall-lang
|
||||
dhall.vscode-dhall-lsp-server
|
||||
(
|
||||
let
|
||||
attrs = lib.importJSON "${inputs.direnv-vscode}/package.json";
|
||||
@ -107,6 +116,18 @@ in
|
||||
version = "1.0.7";
|
||||
sha256 = "sha256-VaG/eTE2BGbHAYgFdS31c47rgLZVjHGK+/U8MSYKDt8=";
|
||||
}
|
||||
{
|
||||
name = "ide-purescript";
|
||||
publisher = "nwolverson";
|
||||
version = "0.25.11";
|
||||
sha256 = "sha256-9MgPAVfIdA7frR4EUDqVJB0N/LZY4NQSXtsKhEueNeg=";
|
||||
}
|
||||
{
|
||||
name = "language-purescript";
|
||||
publisher = "nwolverson";
|
||||
version = "0.2.8";
|
||||
sha256 = "sha256-2uOwCHvnlQQM8s8n7dtvIaMgpW8ROeoUraM02rncH9o=";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -17,7 +17,7 @@ in
|
||||
|
||||
hplip
|
||||
|
||||
samsungUnifiedLinuxDriver
|
||||
samsung-unified-linux-driver
|
||||
splix
|
||||
brlaser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user