Switch back to 23.05
Issues with Neovim, Harpoon and/or Telescope.
This commit is contained in:
parent
545b386096
commit
4e1c3123a0
9 changed files with 32 additions and 41 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue