neovim update (no more mason)
This commit is contained in:
parent
a92c0d905e
commit
100290a11c
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -291,6 +291,6 @@
|
||||||
# Neovim Configuration
|
# Neovim Configuration
|
||||||
xdg.configFile."nvim".source = builtins.fetchGit {
|
xdg.configFile."nvim".source = builtins.fetchGit {
|
||||||
url = "https://code.softinio.com/softinio/nvim-config";
|
url = "https://code.softinio.com/softinio/nvim-config";
|
||||||
rev = "754a8bb8a7161e9f04596081a166722d3ec4a408";
|
rev = "b25a90efbc016f75393b43cf9aa9643b066be1ce";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue