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.

Sync with odin, again

+1 -6
+1 -1
nvim/lua/lsp.lua
··· 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", 61 - "scheme_langserver", "sqls", "thriftls", "typst_lsp", "vhdl_ls", "yamlls", 61 + "scheme_langserver", "sqls", "thriftls", "tinymist", "vhdl_ls", "yamlls", 62 62 "zls", "ts_ls", "eslint", "metals", "futhark_lsp", "roc_ls", 63 63 -- disabled because it's broken 64 64 -- "scheme_langserver",
-5
nvim/lua/plugins.lua
··· 169 169 }, 170 170 -- Fuzzy finding stuff 171 171 "junegunn/fzf.vim", 172 - { 173 - dir = "~/.fzf", 174 - build = function() vim.fn["fzf#install"](0) end, 175 - dependencies = { "junegunn/fzf.vim" } 176 - }, 177 172 -- A lua + nvim stdlib sort of thing 178 173 { "nvim-lua/plenary.nvim", lazy = true, }, 179 174 -- Telescope, find anything fast