neovim: treeformat compliance
This commit is contained in:
parent
74865911dc
commit
c42ab5ae8f
|
@ -1,8 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.variables = {EDITOR = "vim";};
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
environment.systemPackages = with pkgs; [
|
||||
(neovim.override {
|
||||
vimAlias = true;
|
||||
configure = {
|
||||
|
|
Loading…
Reference in a new issue