Skip to content

Instantly share code, notes, and snippets.

@pta2002
Created November 1, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pta2002/7cff3ebd1cbc63572661b8c145599073 to your computer and use it in GitHub Desktop.
Save pta2002/7cff3ebd1cbc63572661b8c145599073 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: with pkgs; {
myNeovim = neovim.override {
configure = {
customRC = ''
set mouse=a
set smarttab, expandtab, shiftwidth=2, tabstop=2
'';
};
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment