File tree Expand file tree Collapse file tree
modules/plugins/assistant/codecompanion Expand file tree Collapse file tree Original file line number Diff line number Diff line change 499499
500500- Add [ nvim-highlight-colors] plugin in ` vim.ui.nvim-highlight-colors ` with
501501 ` enable ` and ` setupOpts `
502+
503+ [ midischwarz12] ( https://github.com/midischwarz12 ) :
504+
505+ - Add extension support for [ codecompanion-nvim] .
Original file line number Diff line number Diff line change 22 inherit ( lib . options ) mkOption mkEnableOption ;
33 inherit ( lib . types ) int str enum nullOr attrs ;
44 inherit ( lib . nvim . types ) mkPluginSetupOption luaInline ;
5+ inherit ( lib . generators ) mkLuaInline ;
56in {
67 options . vim . assistant = {
78 codecompanion-nvim = {
@@ -295,6 +296,12 @@ in {
295296 that can be used in the action palette.
296297 '' ;
297298 } ;
299+
300+ extensions = mkOption {
301+ type = luaInline ;
302+ default = mkLuaInline "{}" ;
303+ description = "Extensions for codecompanion" ;
304+ } ;
298305 } ;
299306 } ;
300307 } ;
You can’t perform that action at this time.
0 commit comments