Compare commits

..

No commits in common. "d74fd749d0e2ab1acccd721141d6393ada75d8dc" and "94aa73b2c02cedb349675ff5335d4895b0aa0185" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@
(
self: super:
rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
myVim = with super; neovim.override { configure = {
packages.myVimPackage = with pkgs.vimPlugins; {
# loaded on start
@ -26,6 +27,9 @@
};
customRC = builtins.readFile ./vimrc;
};};
# build with debug symbols and in debug mode (less optimized)
opencvDebug = with super; enableDebugging ((opencv3.override { enablePython = true; enableGtk3 = true; enableDocs = true; pythonPackages = pkgs.python3Packages; }).overrideAttrs (oldAttrs: rec { cmakeBuildType = "Debug"; }));
#gnutls = super.callPackage ./ov/gnutls {inherit (super.darwin.apple_sdk.frameworks) Security;};
}
)

View file

@ -37,9 +37,7 @@ set autoindent
set history=1000
" set cursorline
" use system clipboard as default buffer
" unnamedplus corresponds to the + register on Linux,
" representing system clipboard (not X11 clipboard)
set clipboard=unnamedplus
set clipboard=unnamed
" set expandtab
set shiftwidth=4