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.

FIX: lsp changes, add ssh agent forward for local devices

+6 -3
+3 -3
nvim/lua/lsp.lua
··· 51 51 -- LSPs that just use default config 52 52 local simple_lsps = { 53 53 --"htmx", 54 - "nil_ls", "bzl", "bufls", "crystalline", "dockerls", 54 + "nil_ls", "bzl", "buf_ls", "crystalline", "dockerls", 55 55 "erlangls", "elixirls", "fortls", "gleam", "gopls", "hls", "jsonls", 56 - "vimls", "asm_lsp", "ccls", "pyright", -- ruff", idk if this is wrong? 57 - "ruff_lsp", "clojure_lsp", "guile_ls", 56 + "vimls", "asm_lsp", "ccls", "pyright", 57 + "ruff", "clojure_lsp", "guile_ls", 58 58 -- Of course the Java-based ones are verbose af 59 59 "kotlin_language_server", "java_language_server", "jsonls", "pest_ls", 60 60 "ocamllsp", "reason_ls", "racket_langserver", "rust_analyzer",
+3
ssh/extra
··· 7 7 Host 192.168.1.* 8 8 ForwardAgent yes 9 9 10 + Host *.local 11 + ForwardAgent yes 12 + 10 13 Host home 11 14 Hostname packetlostandfound.us 12 15 User noah