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