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.

Autoformat

+5 -5
+5 -5
nvim/lua/plugins.lua
··· 80 80 "nvim-treesitter/nvim-treesitter-textobjects", 81 81 "nvim-treesitter/nvim-treesitter-context", 82 82 }, 83 - }, -- Git stuff 83 + }, -- Git stuff 84 84 -- GitGutter, shows inline difs 85 85 "airblade/vim-gitgutter", -- "tpope/vim-fugitive", -- old git command 86 86 { 87 87 "NeogitOrg/neogit", 88 88 dependencies = { 89 - "nvim-lua/plenary.nvim", -- required 89 + "nvim-lua/plenary.nvim", -- required 90 90 "sindrets/diffview.nvim", -- optional - Diff integration 91 91 "nvim-telescope/telescope.nvim" 92 92 }, ··· 343 343 dependencies = { "nvim-lua/plenary.nvim" }, 344 344 config = function() require("crates").setup() end, 345 345 ft = { "rust" } 346 - }, -- RISC-V Assembly syntax highlighting 346 + }, -- RISC-V Assembly syntax highlighting 347 347 { "kylelaker/riscv.vim", ft = "riscv" }, -- Hare Stuff 348 348 -- Haredoc 349 349 { 350 350 url = "https://git.sr.ht/~torresjrjr/vim-haredoc", 351 351 ft = { "hare" }, 352 352 branch = "dev" 353 - }, -- Hare.vim 353 + }, -- Hare.vim 354 354 { url = "https://git.sr.ht/~sircmpwn/hare.vim", ft = { "hare" } }, -- TCL 355 - { "lewis6991/tree-sitter-tcl", build = "make" }, -- LF 355 + { "lewis6991/tree-sitter-tcl", build = "make" }, -- LF 356 356 { "ptzz/lf.vim", cmd = { "Lf" }, dependencies = { "voldikss/vim-floaterm" } }, 357 357 -- SuperMaven, another AI coding tool 358 358 {