mirror of https://tildegit.org/ben/dotfiles
add vim-airline
parent
bf09d2f67a
commit
bc7def2852
|
@ -29,3 +29,6 @@
|
|||
[submodule "lf/lf"]
|
||||
path = lf/lf
|
||||
url = https://github.com/gokcehan/lf
|
||||
[submodule "vim/.vim/bundle/vim-airline"]
|
||||
path = vim/.vim/bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
function rm
|
||||
rm -I $argv
|
||||
command rm -I $argv
|
||||
end
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ee85ed4c673b859cf8c3626a6669b8e3cd2392fa
|
|
@ -1 +1 @@
|
|||
Subproject commit 9784226ba766662d298554a5c66fd938497f2233
|
||||
Subproject commit e31e9bb35f7346caab4fcf972d44449bdfd3230a
|
|
@ -71,6 +71,10 @@ if has("patch-8.1.0360")
|
|||
set diffopt+=internal,algorithm:patience
|
||||
end
|
||||
|
||||
set hidden
|
||||
nnoremap <C-N> :bnext<CR>
|
||||
nnoremap <C-P> :bprev<CR>
|
||||
|
||||
inoremap <C-U> <C-G>u<C-U>
|
||||
|
||||
cmap w!! w !sudo tee % >/dev/null
|
||||
|
|
|
@ -330,7 +330,7 @@ esper.msg_quit
|
|||
esper.notify
|
||||
esper.split_msg_max_length
|
||||
esper.charset_message
|
||||
sdf.addresses = "localhost/2346"
|
||||
sdf.addresses = "irc.sdf.org"
|
||||
sdf.proxy
|
||||
sdf.ipv6
|
||||
sdf.ssl
|
||||
|
@ -488,7 +488,7 @@ freenode.local_hostname
|
|||
freenode.usermode
|
||||
freenode.command
|
||||
freenode.command_delay
|
||||
freenode.autojoin = "#weechat,##oodnet,#lobsters,#gitea,#mastodon,#pleroma,#oragono,#sr.ht,#cmpwn,#bitbot,#gophernicus,##jan6,#ascii.town,##ircv3-chat,#!,#futel,#trashtown,#weechat-android,#ovh,#tilde.team,#rspamd,#fosshost,#fosshost-meet,#fosshost-dev 6:10"
|
||||
freenode.autojoin = "#weechat,##oodnet,#lobsters,#gitea,#mastodon,#pleroma,#oragono,#sr.ht,#cmpwn,#bitbot,#gophernicus,##jan6,#ascii.town,##ircv3-chat,#!,#futel,#trashtown,#weechat-android,#ovh,#tilde.team,#rspamd,#fosshost,#fosshost-meet,#fosshost-dev,##crustaceans 6:10"
|
||||
freenode.autorejoin
|
||||
freenode.autorejoin_delay
|
||||
freenode.connection_timeout
|
||||
|
|
Loading…
Reference in New Issue