mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-26 03:04:35 +00:00
Manually maintain nvim configuration
This commit is contained in:
parent
e6dca578ed
commit
7946325fa9
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
# TODO: Consider switching to nixvim, this is a temporary solution
|
# TODO: Consider switching to nixvim
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -19,16 +19,4 @@
|
||||||
gcc
|
gcc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Running `nvim --headless +q` is recommended
|
|
||||||
# before opening neovim for the first time
|
|
||||||
home.file."./.config/nvim" = {
|
|
||||||
source = pkgs.fetchFromGitHub {
|
|
||||||
owner = "ItsDrike";
|
|
||||||
repo = "AstroNvimUser";
|
|
||||||
rev = "v0.1.2";
|
|
||||||
sha256 = "sha256-PPejIy8BGxilcFAvBZQVfVDwTNEm1Tu6e0AlzIZbYXY=";
|
|
||||||
};
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
# Games
|
# Games
|
||||||
".local/share/PrismLauncher"
|
".local/share/PrismLauncher"
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
#".steam"
|
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
".ssh"
|
".ssh"
|
||||||
|
@ -79,6 +78,7 @@
|
||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
".local/share/wakatime"
|
".local/share/wakatime"
|
||||||
".local/share/zsh"
|
".local/share/zsh"
|
||||||
|
".config/nvim"
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/state/nvim"
|
".local/state/nvim"
|
||||||
".config/github-copilot"
|
".config/github-copilot"
|
||||||
|
|
Loading…
Reference in a new issue