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 neodev.nvim plugin, SupermavenActivate cmd

+3 -1
+3 -1
nvim/lua/plugins.lua
··· 91 91 {"folke/trouble.nvim", dependencies = "nvim-tree/nvim-web-devicons"}, 92 92 -- Which key is bound? 93 93 "folke/which-key.nvim", -- literally the best plugin ever 94 + -- Developing my neovim 95 + { "folke/neodev.nvim", opts = {}}, 94 96 -- Lithsps 95 97 {"guns/vim-sexp", ft = {"hy", "scheme", "clojure"}}, -- )))))) 96 98 {"hiphish/rainbow-delimiters.nvim"}, ··· 157 159 "supermaven-inc/supermaven-nvim", 158 160 opts = {keymaps = {accept_suggestion = "<C-f>"}}, 159 161 lazy = true, 160 - cmd = "SupermavenUsePro" 162 + cmd = "SupermavenActivate" 161 163 }, -- Mason 162 164 -- { 163 165 -- "williamboman/mason.nvim",