mirror of https://tildegit.org/ben/dotfiles
add some nice vimplugins
parent
c0802c55a3
commit
d0ed275ee0
|
@ -8,3 +8,12 @@
|
||||||
[submodule "vim/.vim/bundle/quick-scope"]
|
[submodule "vim/.vim/bundle/quick-scope"]
|
||||||
path = vim/.vim/bundle/quick-scope
|
path = vim/.vim/bundle/quick-scope
|
||||||
url = https://github.com/unblevable/quick-scope
|
url = https://github.com/unblevable/quick-scope
|
||||||
|
[submodule "vim/.vim/bundle/vim-fugitive"]
|
||||||
|
path = vim/.vim/bundle/vim-fugitive
|
||||||
|
url = https://github.com/tpope/vim-fugitive
|
||||||
|
[submodule "vim/.vim/bundle/vim-commentary"]
|
||||||
|
path = vim/.vim/bundle/vim-commentary
|
||||||
|
url = https://github.com/tpope/vim-commentary
|
||||||
|
[submodule "vim/.vim/bundle/vim-surround"]
|
||||||
|
path = vim/.vim/bundle/vim-surround
|
||||||
|
url = https://github.com/tpope/vim-surround
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -56,7 +56,6 @@ emacs:
|
||||||
fish:
|
fish:
|
||||||
@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
|
||||||
stow -t "$$HOME" fish
|
stow -t "$$HOME" fish
|
||||||
fish -c fisher
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
@printf "$(YELLOW)--- git ------------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- git ------------------------------------------------\n$(RESET)"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 597068870b8f093a8b2d11536c62ff31222ee8d0
|
|
@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
|
||||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
default_dict = ""
|
default_dict = ""
|
||||||
during_search = off
|
during_search = off
|
||||||
enabled = on
|
enabled = off
|
||||||
real_time = off
|
real_time = off
|
||||||
suggestions = -1
|
suggestions = -1
|
||||||
word_min_length = 2
|
word_min_length = 2
|
||||||
|
|
|
@ -222,7 +222,7 @@ hashbang.local_hostname
|
||||||
hashbang.usermode
|
hashbang.usermode
|
||||||
hashbang.command = "/oper benharri x"
|
hashbang.command = "/oper benharri x"
|
||||||
hashbang.command_delay
|
hashbang.command_delay
|
||||||
hashbang.autojoin = "#!opers,#!,#!social,#!os,#!politics,#!support,#!git"
|
hashbang.autojoin = "#!git,#!support,#!politics,#!os,#!social,#!,#!opers"
|
||||||
hashbang.autorejoin
|
hashbang.autorejoin
|
||||||
hashbang.autorejoin_delay
|
hashbang.autorejoin_delay
|
||||||
hashbang.connection_timeout
|
hashbang.connection_timeout
|
||||||
|
@ -345,7 +345,7 @@ sdf.local_hostname
|
||||||
sdf.usermode
|
sdf.usermode
|
||||||
sdf.command
|
sdf.command
|
||||||
sdf.command_delay
|
sdf.command_delay
|
||||||
sdf.autojoin = "#helpdesk,#anonradio,#gopher,#sdf"
|
sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk"
|
||||||
sdf.autorejoin
|
sdf.autorejoin
|
||||||
sdf.autorejoin_delay
|
sdf.autorejoin_delay
|
||||||
sdf.connection_timeout
|
sdf.connection_timeout
|
||||||
|
@ -632,7 +632,7 @@ slashnet.local_hostname
|
||||||
slashnet.usermode
|
slashnet.usermode
|
||||||
slashnet.command
|
slashnet.command
|
||||||
slashnet.command_delay
|
slashnet.command_delay
|
||||||
slashnet.autojoin = "#gtlug,#help"
|
slashnet.autojoin = "#help,#gtlug [5j#i15,5n#N30,5t]:1"
|
||||||
slashnet.autorejoin
|
slashnet.autorejoin
|
||||||
slashnet.autorejoin_delay
|
slashnet.autorejoin_delay
|
||||||
slashnet.connection_timeout
|
slashnet.connection_timeout
|
||||||
|
|
|
@ -27,7 +27,7 @@ text_selected = white
|
||||||
[network]
|
[network]
|
||||||
allow_empty_password = off
|
allow_empty_password = off
|
||||||
allowed_ips = ""
|
allowed_ips = ""
|
||||||
bind_address = ""
|
bind_address = "127.0.0.1"
|
||||||
clients_purge_delay = 0
|
clients_purge_delay = 0
|
||||||
compression_level = 6
|
compression_level = 6
|
||||||
ipv6 = on
|
ipv6 = on
|
||||||
|
@ -48,5 +48,4 @@ backlog_tags = "irc_privmsg"
|
||||||
backlog_time_format = "[%H:%M] "
|
backlog_time_format = "[%H:%M] "
|
||||||
|
|
||||||
[port]
|
[port]
|
||||||
ssl.irc = 6666
|
|
||||||
weechat = 9090
|
weechat = 9090
|
||||||
|
|
Loading…
Reference in New Issue