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

@ -179,7 +179,8 @@ in
monospace = [ "JetBrainsMono Nerd Font Mono" ];
};
};
packages = with pkgsUnstable; [
fonts = with pkgsUnstable; [
(nerdfonts.override {
fonts = [
"AnonymousPro"

View file

@ -35,5 +35,6 @@ in
LC_CTYPE = "en_GB.UTF-8";
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
PULUMI_SKIP_UPDATE_CHECK = "true";
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
};
}

View file

@ -9,7 +9,6 @@ with pkgs; [
delta
dog
doppler
eza
fd
file
fzf
@ -25,8 +24,10 @@ with pkgs; [
lua
mysql
neofetch
pkgsUnstable.eza
pkgsUnstable.rustywind
pv
ripgrep
tldr
tree
tree-sitter

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;

View file

@ -86,8 +86,8 @@ in
'';
}
pkgsUnstable.vimPlugins.harpoon
pkgsUnstable.vimPlugins.refactoring-nvim
vimPlugins.harpoon
vimPlugins.refactoring-nvim
vimPlugins.comment-nvim
vimPlugins.dial-nvim
vimPlugins.gitsigns-nvim

View file

@ -18,6 +18,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
EXA_COLORS = "uu=38;5;255:gu=38;5;255:ur=38;5;255:uw=38;5;255:ue=38;5;255:wx=38;5;255:gr=38;5;250:gw=38;5;250:gx=38;5;250:tr=38;5;255:tw=38;5;255:tx=38;5;255:da=38;5;250:sn=32:sb=0:di=38;5;105";
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
PULUMI_SKIP_UPDATE_CHECK = "true";
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
};
}
];