My Nix Configuration
2
fork

Configure Feed

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

[neovim] enable exrc

dish 951fed2b a1ab4e09

+1
+1
neovim/basics.nix
··· 19 19 tabstop = 2; 20 20 shiftwidth = 2; 21 21 foldlevelstart = 99; 22 + exrc = true; 22 23 }; 23 24 withNodeJs = false; 24 25 withPython3 = false;