My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[neovim] enable undofile

dish 19799520 9d300e6a

+2
+2
neovim/basics.nix
··· 22 22 shiftwidth = 2; 23 23 foldlevelstart = 99; 24 24 exrc = true; 25 + # Persistent undo 26 + undofile = true; 25 27 }; 26 28 withNodeJs = false; 27 29 withPython3 = false;