Skip to content

Commit

Permalink
usr: cli: add ctags config
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed May 23, 2024
1 parent 7d04594 commit c52406e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion usr/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,17 @@ in
source = ~/Gist/Config/cachix.dhall;
target = ".config/cachix/cachix.dhall";
};
}{
home.packages = with pkgs; [
universal-ctags
];
home.file.exclude_ctags = {
text = ''
# exclude ccls generated directories
--exclude=.ccls*
'';
target = ".config/ctags/exclude.ctags";
};
}];

home.packages = with pkgs; [
Expand Down Expand Up @@ -329,7 +340,6 @@ in
xdotool

# programming
universal-ctags
clang-tools
cmake
capstone5
Expand Down

0 comments on commit c52406e

Please sign in to comment.