feat(neovim): use neovim nighly.
This commit is contained in:
parent
4e36fb0243
commit
2546c3e774
3 changed files with 233 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
@ -27,6 +28,8 @@ in {
|
|||
enable = true;
|
||||
settings = {
|
||||
vim = {
|
||||
# Use the nighly package
|
||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
# Enable the aliases, I love them
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue