blob: 2281e88a8449c06f315271fa70291a5e0649acd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# weechat -- plugins.conf
#
[var]
fifo.fifo = "on"
guile.check_license = "off"
lua.check_license = "off"
perl.check_license = "off"
python.check_license = "off"
python.vimode.no_warn = "off"
ruby.check_license = "off"
tcl.check_license = "off"
[desc]
python.vimode.no_warn = "don't warn about problematickeybindings and tmux/screen (default: "off")"
|