mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-24 20:11:58 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
10 lines
230 B
Nu
10 lines
230 B
Nu
source ~/.config/nushell/nu_scripts/modules/background_task/task.nu
|
|
source ~/.config/nushell/nu_scripts/modules/nix/nix.nu
|
|
use ~/.config/nushell/nu_scripts/modules/nvim/mod.nu [
|
|
tcd,
|
|
nvim-lua,
|
|
nve,
|
|
nvc,
|
|
nvs,
|
|
]
|