neovim: treeformat compliance
This commit is contained in:
parent
74865911dc
commit
c42ab5ae8f
|
@ -1,8 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.variables = { EDITOR = "vim"; };
|
||||
{pkgs, ...}: {
|
||||
environment.variables = {EDITOR = "vim";};
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
environment.systemPackages = with pkgs; [
|
||||
(neovim.override {
|
||||
vimAlias = true;
|
||||
configure = {
|
||||
|
@ -30,7 +29,7 @@
|
|||
vim-numbertoggle # Toggle between relative / absolute line numbers automatically
|
||||
vim-one
|
||||
];
|
||||
opt = [ ];
|
||||
opt = [];
|
||||
};
|
||||
customRC = ''
|
||||
" Preferred global default settings:
|
||||
|
|
Loading…
Reference in a new issue