return signify, reorganize modules
This commit is contained in:
parent
5cd9a448a2
commit
1a3846dae1
7 changed files with 20 additions and 20 deletions
26
.gitmodules
vendored
26
.gitmodules
vendored
|
@ -1,33 +1,33 @@
|
||||||
[submodule "vim-easy-align"]
|
|
||||||
path = vimpack/start/vim-easy-align
|
|
||||||
url = https://github.com/junegunn/vim-easy-align.git
|
|
||||||
[submodule "vim-commentary"]
|
[submodule "vim-commentary"]
|
||||||
path = vimpack/start/vim-commentary
|
path = vimpack/start/vim-commentary
|
||||||
url = https://github.com/tpope/vim-commentary.git
|
url = https://github.com/tpope/vim-commentary.git
|
||||||
|
[submodule "vim-easy-align"]
|
||||||
|
path = vimpack/start/vim-easy-align
|
||||||
|
url = https://github.com/junegunn/vim-easy-align.git
|
||||||
[submodule "vim-fugitive"]
|
[submodule "vim-fugitive"]
|
||||||
path = vimpack/start/vim-fugitive
|
path = vimpack/start/vim-fugitive
|
||||||
url = https://github.com/tpope/vim-fugitive.git
|
url = https://github.com/tpope/vim-fugitive.git
|
||||||
[submodule "vim-rsi"]
|
|
||||||
path = vimpack/start/vim-rsi
|
|
||||||
url = https://github.com/tpope/vim-rsi.git
|
|
||||||
[submodule "vim-polyglot"]
|
[submodule "vim-polyglot"]
|
||||||
path = vimpack/start/vim-polyglot
|
path = vimpack/start/vim-polyglot
|
||||||
url = https://github.com/sheerun/vim-polyglot
|
url = https://github.com/sheerun/vim-polyglot
|
||||||
|
[submodule "vim-rsi"]
|
||||||
|
path = vimpack/start/vim-rsi
|
||||||
|
url = https://github.com/tpope/vim-rsi.git
|
||||||
|
[submodule "vim-signify"]
|
||||||
|
path = vimpack/start/git-signify
|
||||||
|
url = https://github.com/mhinz/vim-signify.git
|
||||||
[submodule "vim-tru-typewriter"]
|
[submodule "vim-tru-typewriter"]
|
||||||
path = vimpack/start/vim-tru-typewriter
|
path = vimpack/start/vim-tru-typewriter
|
||||||
url = https://git.vdrandom.org/vim-tru-typewriter
|
url = https://git.vdrandom.org/vim-tru-typewriter
|
||||||
[submodule "vimwiki"]
|
|
||||||
path = vimpack/opt/vimwiki
|
|
||||||
url = https://github.com/vimwiki/vimwiki.git
|
|
||||||
[submodule "ale"]
|
[submodule "ale"]
|
||||||
path = vimpack/opt/ale
|
path = vimpack/opt/ale
|
||||||
url = https://github.com/w0rp/ale.git
|
url = https://github.com/w0rp/ale.git
|
||||||
[submodule "jedi-vim"]
|
[submodule "jedi-vim"]
|
||||||
path = vimpack/opt/jedi-vim
|
path = vimpack/opt/jedi-vim
|
||||||
url = https://github.com/davidhalter/jedi-vim.git
|
url = https://github.com/davidhalter/jedi-vim.git
|
||||||
[submodule "vim-gitgutter"]
|
[submodule "vimwiki"]
|
||||||
path = vimpack/start/vim-gitgutter
|
path = vimpack/opt/vimwiki
|
||||||
url = https://github.com/airblade/vim-gitgutter.git
|
url = https://github.com/vimwiki/vimwiki.git
|
||||||
[submodule "vim-solarized8"]
|
[submodule "vim-solarized8"]
|
||||||
path = vimpack/start/vim-solarized8
|
path = vimpack/opt/vim-solarized8
|
||||||
url = https://github.com/lifepillar/vim-solarized8.git
|
url = https://github.com/lifepillar/vim-solarized8.git
|
||||||
|
|
|
@ -196,10 +196,10 @@ for_window [instance="KB.exe"] floating enable
|
||||||
for_window [instance="nwn2main.exe"] floating enable
|
for_window [instance="nwn2main.exe"] floating enable
|
||||||
# scratchpad
|
# scratchpad
|
||||||
for_window [class="keepassxc"] move scratchpad, scratchpad show
|
for_window [class="keepassxc"] move scratchpad, scratchpad show
|
||||||
for_window [title="vimwiki"] move scratchpad, scratchpad show
|
for_window [title="^vimwiki$"] move scratchpad, scratchpad show
|
||||||
for_window [class="Vpnui"] move scratchpad, scratchpad show
|
for_window [class="Vpnui"] move scratchpad, scratchpad show
|
||||||
bindsym $mod+n [title="vimwiki"] scratchpad show
|
|
||||||
bindsym $mod+i [class="keepassxc"] scratchpad show
|
bindsym $mod+i [class="keepassxc"] scratchpad show
|
||||||
|
bindsym $mod+n [title="^vimwiki$"] scratchpad show
|
||||||
bindsym $mod+y [class="Vpnui"] scratchpad show
|
bindsym $mod+y [class="Vpnui"] scratchpad show
|
||||||
|
|
||||||
# execs
|
# execs
|
||||||
|
|
1
vimpack/start/git-signify
Submodule
1
vimpack/start/git-signify
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a8b50dee5afe50dd0011c645ef396bc209c1f2ef
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit a986ab054788776dca269d6c289b470255d54e8c
|
|
4
vimrc
4
vimrc
|
@ -63,6 +63,10 @@ if v:version >= 800
|
||||||
xmap <Leader>a <Plug>(EasyAlign)
|
xmap <Leader>a <Plug>(EasyAlign)
|
||||||
nmap <Leader>a <Plug>(EasyAlign)
|
nmap <Leader>a <Plug>(EasyAlign)
|
||||||
|
|
||||||
|
" signify options
|
||||||
|
let g:signify_vcs_list = [ 'git' ]
|
||||||
|
let g:signify_sign_change = '~'
|
||||||
|
|
||||||
" enable packs based on filetype
|
" enable packs based on filetype
|
||||||
let g:ale_python_flake8_executable = 'python2'
|
let g:ale_python_flake8_executable = 'python2'
|
||||||
autocmd FileType python packadd ale | packadd jedi-vim
|
autocmd FileType python packadd ale | packadd jedi-vim
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
set titlestring=vimwiki
|
|
||||||
let wiki = expand("$HOME/vimwiki/index.wiki")
|
|
||||||
packadd vimwiki
|
|
||||||
execute 'edit ' . fnameescape(wiki)
|
|
Loading…
Reference in a new issue