mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 16:54:35 +00:00
Manually maintain nvim configuration
This commit is contained in:
parent
e6dca578ed
commit
7946325fa9
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
# TODO: Consider switching to nixvim, this is a temporary solution
|
||||
# TODO: Consider switching to nixvim
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
@ -19,16 +19,4 @@
|
|||
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
|
||||
".local/share/PrismLauncher"
|
||||
".local/share/Steam"
|
||||
#".steam"
|
||||
|
||||
# Tools
|
||||
".ssh"
|
||||
|
@ -79,6 +78,7 @@
|
|||
".local/share/zoxide"
|
||||
".local/share/wakatime"
|
||||
".local/share/zsh"
|
||||
".config/nvim"
|
||||
".local/share/nvim"
|
||||
".local/state/nvim"
|
||||
".config/github-copilot"
|
||||
|
|
Loading…
Reference in a new issue