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.

ADD: pylsp to vis config

+6
+6
vis/visrc.lua
··· 36 36 cmd = "nil", 37 37 formatting_options = {tabSize = 2, insertSpace = true} 38 38 } 39 + lspc.ls_map.python = { 40 + name = "python", 41 + cmd = "python-lsp-server", 42 + formatting_options = {tabSize = 4, insertSpaces = true}, 43 + roots = {"pyproject.toml", "requirements.txt", "setup.py"} 44 + } 39 45 end 40 46 end) 41 47