Removed (commented out) kak-fzf (I think I want something different). Added rust tooling.

This commit is contained in:
vorboyvo 2024-04-23 11:39:56 -04:00
parent 97a29ccb37
commit e1f913a413
2 changed files with 3 additions and 3 deletions

View file

@ -56,8 +56,7 @@ in {
mons = callPackage ./pkgs/mons/mons.nix { }; mons = callPackage ./pkgs/mons/mons.nix { };
archivo = callPackage ./pkgs/archivo/archivo.nix { }; archivo = callPackage ./pkgs/archivo/archivo.nix { };
in [ gcc tree-sitter ] ++ # Basic dev tools in [ gcc tree-sitter ] ++ # Basic dev tools
[ marksman nil ] [ marksman nil ] ++ # Language servers except those installed through package sections
++ # Language servers except those installed through package sections
[ texliveFull texlab ] ++ # LaTeX [ texliveFull texlab ] ++ # LaTeX
(with ocamlPackages; [ (with ocamlPackages; [
ocaml ocaml
@ -71,6 +70,7 @@ in {
utop utop
]) ++ # OCaml ]) ++ # OCaml
[ ghc stack cabal-install haskell-language-server ] ++ # Haskell [ ghc stack cabal-install haskell-language-server ] ++ # Haskell
[ rustup ] ++ # Rust
[ python3 ] ++ # I guess..... [ python3 ] ++ # I guess.....
[ julia ] ++ # Julia [ julia ] ++ # Julia
[ [

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
plugins = with pkgs; [ kakounePlugins.kak-fzf ]; # plugins = with pkgs; [ kakounePlugins.kak-fzf ];
config = { config = {
colorScheme = "tomorrow-night"; colorScheme = "tomorrow-night";
numberLines = { numberLines = {