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