diff options
Diffstat (limited to 'weechat/.weechat/plugins.conf')
| -rw-r--r-- | weechat/.weechat/plugins.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf new file mode 100644 index 0000000..f7ebd7d --- /dev/null +++ b/weechat/.weechat/plugins.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # | ||
| 2 | # plugins.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [var] | ||
| 6 | fifo.fifo = "on" | ||
| 7 | lua.check_license = "off" | ||
| 8 | perl.check_license = "off" | ||
| 9 | python.check_license = "off" | ||
| 10 | python.vimode.no_warn = "off" | ||
| 11 | ruby.check_license = "off" | ||
| 12 | tcl.check_license = "off" | ||
| 13 | |||
| 14 | [desc] | ||
| 15 | python.vimode.no_warn = "don't warn about problematickeybindings and tmux/screen (default: "off")" | ||
