configure nvim system-wide
This commit is contained in:
@@ -53,14 +53,14 @@
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.users.motiejus = {pkgs, ...}: {
|
||||
home.stateVersion = "23.05";
|
||||
home.packages = with pkgs; [
|
||||
go
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
defaultEditor = true;
|
||||
plugins = lib.mkIf config.mj.base.users.devEnvironment [
|
||||
pkgs.vimPlugins.fugitive
|
||||
pkgs.vimPlugins.vim-go
|
||||
|
||||
Reference in New Issue
Block a user