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: nvim stuff

+2 -7
+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
+1 -1
sway/config
··· 14 14 set $right l 15 15 16 16 # Your preferred terminal emulator 17 - set $term kitty 17 + set $term ghostty 18 18 # Your preferred application launcher 19 19 # Note: it's recommended that you pass the final command to sway 20 20 #set $menu dmenu_path | dmenu | xargs swaymsg exec --