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 work notes

+6 -3
+6 -3
nvim/lua/plugins.lua
··· 380 380 }, -- Hare.vim 381 381 { url = "https://git.sr.ht/~sircmpwn/hare.vim", ft = { "hare" } }, -- TCL 382 382 { "lewis6991/tree-sitter-tcl", lazy = true, build = "make" }, -- LF 383 - { "ptzz/lf.vim", lazy = true, cmd = { "Lf" }, dependencies = { "voldikss/vim-floaterm" } }, 383 + { "ptzz/lf.vim", lazy = true, cmd = { "Lf" }, 384 + dependencies = { 385 + "voldikss/vim-floaterm" } }, 384 386 -- SuperMaven, another AI coding tool 385 387 { 386 388 "supermaven-inc/supermaven-nvim", ··· 396 398 dependencies = { "nvim-lua/plenary.nvim" }, 397 399 opts = { 398 400 workspaces = { 399 - { name = "athenaeum", path = "~/Documents/Athenaeum" }, 401 + { name = "Athenaeum", path = "~/Documents/Athenaeum" }, 400 402 -- Mage, the Awakening and other Chronicles of Darkness 401 - { name = "Celestial Grimoire", path = "~/Documents/Celestial Grimoire" } 403 + { name = "Celestial Grimoire", path = "~/Documents/Celestial Grimoire" }, 404 + { name = "Infleqtion", path = "~/Documents/infleqtion-vault" }, 402 405 } 403 406 } 404 407 },