summaryrefslogtreecommitdiff
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/editors/nixvim.nix27
-rw-r--r--hm/shell/cli.nix1
-rw-r--r--hm/shell/fish.nix7
3 files changed, 21 insertions, 14 deletions
diff --git a/hm/editors/nixvim.nix b/hm/editors/nixvim.nix
index 9db6bff..579c9e2 100644
--- a/hm/editors/nixvim.nix
+++ b/hm/editors/nixvim.nix
@@ -213,18 +213,18 @@ in
"show_documentation"
"hide"
];
- "<CR>" = [
- "accept"
- "fallback"
- ];
- "<Tab>" = [
- "select_next"
- "fallback"
- ];
- "<S-Tab>" = [
- "select_prev"
- "fallback"
- ];
+ # "<CR>" = [
+ # "accept"
+ # "fallback"
+ # ];
+ # "<Tab>" = [
+ # "select_next"
+ # "fallback"
+ # ];
+ # "<S-Tab>" = [
+ # "select_prev"
+ # "fallback"
+ # ];
};
};
};
@@ -260,8 +260,7 @@ in
lsp = {
enable = true;
servers = {
- zls.enable = true;
- zls.package = pkgs.zls;
+ # zls.enable = true;
nil_ls.enable = true;
clangd.enable = true;
};
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix
index 2716e00..da9c64e 100644
--- a/hm/shell/cli.nix
+++ b/hm/shell/cli.nix
@@ -75,6 +75,7 @@ in
};
programs.tealdeer = {
enable = true;
+ enableAutoUpdates = true;
};
# programs.lazygit = {
# enable = true;
diff --git a/hm/shell/fish.nix b/hm/shell/fish.nix
index 6338cb1..a417274 100644
--- a/hm/shell/fish.nix
+++ b/hm/shell/fish.nix
@@ -21,6 +21,8 @@ in
shellAliases = {
update = "git add . && git commit -m \"$1\" && nix flake update && nh os switch .";
+ ns = "nix-search -p";
+ nd = "nix develop .";
nos = "nh os switch .";
nob = "nh os boot .";
nfu = "nix flake update";
@@ -30,6 +32,11 @@ in
untar = "tar -xzvf";
tarc = "tar -czvf";
+ du = "dust -b";
+ awk = "choose";
+ dig = "doggo";
+ ping = "gping";
+ ps = "procs";
ff = "fastfetch";
cat = "bat";
yt = "yt-dlp";