Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Nix ls for vis

+5
+5
vis/visrc.lua
··· 31 31 cmd = "rust-analyzer", 32 32 formatting_options = {tabSize = 4, insertSpaces = true} 33 33 } 34 + lspc.ls_map.nix = { 35 + name = "nix", 36 + cmd = "nil", 37 + formatting_options = {tabSize = 2, insertSpace = true} 38 + } 34 39 end 35 40 end) 36 41