Switch back to 23.05

Issues with Neovim, Harpoon and/or Telescope.
This commit is contained in:
Oliver Davies 2023-12-21 12:09:03 +00:00
parent 545b386096
commit 4e1c3123a0
9 changed files with 32 additions and 41 deletions

View file

@ -32,15 +32,10 @@
home.sessionPath = [ "$HOME/.config/bin" ];
programs.ripgrep = {
enable = true;
arguments = [
"--follow"
"--hidden"
"--smart-case"
];
};
xdg.configFile."ripgrep/config".text = ''
--follow
--smart-case
'';
xdg.configFile.bin = {
source = ../../bin;