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 = {
|
||||||
|
@ -30,7 +29,7 @@
|
||||||
vim-numbertoggle # Toggle between relative / absolute line numbers automatically
|
vim-numbertoggle # Toggle between relative / absolute line numbers automatically
|
||||||
vim-one
|
vim-one
|
||||||
];
|
];
|
||||||
opt = [ ];
|
opt = [];
|
||||||
};
|
};
|
||||||
customRC = ''
|
customRC = ''
|
||||||
" Preferred global default settings:
|
" Preferred global default settings:
|
||||||
|
|
Loading…
Reference in a new issue