Skip to content

Instantly share code, notes, and snippets.

@jlesquembre
jlesquembre / shell.nix
Created August 26, 2020 08:57
Neovim + conjure shell.nix
# Usage:
# nix-shell --command nvim
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/b9ba82ef8ad6d8997840332ca3a2986e360291e3.tar.gz") { } }:
let
myNeovim = pkgs.neovim.override {
configure = {
customRC = ''
" here your custom configuration goes!
set termguicolors