not full vim only with display
This commit is contained in:
parent
06c4921f3f
commit
035ce7ac9f
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, osConfig, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
packageConfigurable = if osConfig.services.displayManager.enable then pkgs.vim-full else pkgs.vim;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-sensible
|
||||
vim-fugitive
|
||||
|
|
Loading…
Reference in a new issue