configure nvim
This commit is contained in:
parent
5a81bacfac
commit
3f9db2ad12
@ -139,8 +139,6 @@
|
||||
};
|
||||
|
||||
sysdig.enable = pkgs.stdenv.hostPlatform.system == "x86_64-linux";
|
||||
|
||||
#vim.defaultEditor = true;
|
||||
};
|
||||
|
||||
networking.firewall.logRefusedConnections = false;
|
||||
|
@ -58,7 +58,10 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user