set up nixvim
This commit is contained in:
parent
1ced704a40
commit
6ab1751794
3 changed files with 291 additions and 14 deletions
|
@ -1,11 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [ neovim ];
|
||||
|
||||
programs.neovim = {
|
||||
{
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue