tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
add haskell lsp
awwpotato
11 months ago
d2db5745
22981008
+1
1 changed file
expand all
collapse all
unified
split
modules
plugins
lsp
default.nix
+1
modules/plugins/lsp/default.nix
···
71
71
ruff.enable = true; # python
72
72
java_language_server.enable = true;
73
73
# bashls.enable = true;
74
74
+
hls.enable = true;
74
75
gopls = {
75
76
enable = true;
76
77
autostart = true;