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 some LSPs, config for Neogit

+3 -2
+1 -1
nvim/lua/lsp.lua
··· 49 49 "kotlin_language_server", "java_language_server", "jsonls", "pest_ls", 50 50 "ocamllsp", "reason_ls", "racket_langserver", "rust_analyzer", 51 51 "scheme_langserver", "sqls", "thriftls", "typst_lsp", "vhdl_ls", "yamlls", 52 - "zls", "tsserver", "eslint", "metals" 52 + "zls", "tsserver", "eslint", "metals", "hare_ls", "futhark_lsp" 53 53 -- disabled because it's broken 54 54 -- "scheme_langserver", 55 55 }
+2 -1
nvim/lua/plugins.lua
··· 58 58 "nvim-lua/plenary.nvim", -- required 59 59 "sindrets/diffview.nvim", -- optional - Diff integration 60 60 "nvim-telescope/telescope.nvim" 61 - } 61 + }, 62 + config = true, 62 63 }, -- surround with pairs )))))) 63 64 -- "tpope/vim-surround", 64 65 -- Auto format tool