configure nvim
This commit is contained in:
parent
5a81bacfac
commit
3f9db2ad12
@ -139,8 +139,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
sysdig.enable = pkgs.stdenv.hostPlatform.system == "x86_64-linux";
|
sysdig.enable = pkgs.stdenv.hostPlatform.system == "x86_64-linux";
|
||||||
|
|
||||||
#vim.defaultEditor = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.logRefusedConnections = false;
|
networking.firewall.logRefusedConnections = false;
|
||||||
|
@ -58,7 +58,10 @@
|
|||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
vimAlias = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
|
defaultEditor = true;
|
||||||
plugins = lib.mkIf config.mj.base.users.devEnvironment [
|
plugins = lib.mkIf config.mj.base.users.devEnvironment [
|
||||||
pkgs.vimPlugins.fugitive
|
pkgs.vimPlugins.fugitive
|
||||||
pkgs.vimPlugins.vim-go
|
pkgs.vimPlugins.vim-go
|
||||||
|
Loading…
Reference in New Issue
Block a user