Guest User

Untitled

a guest
Apr 16th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. my_nvim_nighly = pkgs.neovim-nightly.override {
  3. configure = {
  4. customRC = ''
  5. set history=500
  6. '';
  7. };
  8. };
  9.  
Advertisement
Add Comment
Please, Sign In to add comment