Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Oct 4, 2023
1 parent 5574576 commit 0fd07bb
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
[submodule "links/vim/pack/languages/opt/coqtail"]
path = links/vim/pack/languages/opt/coqtail
url = https://github.com/whonore/Coqtail
branch = main
[submodule "links/vim/pack/utility/opt/batchy"]
path = links/vim/pack/utility/opt/batchy
url = https://github.com/arp242/batchy.vim
Expand Down
2 changes: 1 addition & 1 deletion Dracula/gitk
Submodule gitk updated 3 files
+0 −1 .gitattributes
+3 −3 README.md
+0 −4 backlinks.txt
2 changes: 0 additions & 2 deletions links/vim/after/plugin/config/abolish.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ call popsikey#extend(g:popsikey_change_id, [
\ #{ key: 'u', info: 'UPPER_CASE', action: 'cru', flags: 'm' },
\ #{ key: '-', info: 'dash-case', action: 'cr-', flags: 'm' },
\ #{ key: '.', info: 'dot.case', action: 'cr.', flags: 'm' },
\ #{ key: ' ', info: 'space case', action: 'cr ', flags: 'm' },
\ #{ key: 't', info: 'Title Case', action: 'crt', flags: 'm' },
\ ], #{})
6 changes: 0 additions & 6 deletions links/vim/after/plugin/config/ale.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ let g:ale_linters = {
\ 'python': 'all',
\ 'scala': [],
\ 'java': [],
\ 'zsh': ['shell'],
\ 'rust': ['cargo'],
\ 'go': ['gofmt', 'govet', 'golint', 'gopls'],
\ }

if executable('rust-analyzer')
call extend(g:ale_linters.rust, ['analyzer'])
endif

let g:ale_fixers = {
\ 'python': ['black'],
\ 'rust': ['rustfmt'],
Expand Down
2 changes: 1 addition & 1 deletion links/vim/pack/colors/start/dracula
2 changes: 1 addition & 1 deletion links/vim/pack/colors/start/flattened
Submodule flattened updated 1 files
+22 −0 LICENSE
2 changes: 1 addition & 1 deletion links/vim/pack/interface/start/colorizer
2 changes: 1 addition & 1 deletion links/vim/pack/interface/start/cool-hlsearch
Submodule cool-hlsearch updated 2 files
+12 −0 README.md
+9 −1 plugin/cool.vim
2 changes: 1 addition & 1 deletion links/vim/pack/languages/opt/clojure-fireplace
2 changes: 1 addition & 1 deletion links/vim/pack/languages/opt/go
2 changes: 1 addition & 1 deletion links/vim/pack/languages/opt/tmux-tbone
Submodule tmux-tbone updated 1 files
+1 −0 autoload/tbone.vim
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/abolish
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/ale
Submodule ale updated from 69c1dc to 53b01d
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/endwise
Submodule endwise updated 1 files
+12 −7 plugin/endwise.vim
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/eunuch
Submodule eunuch updated 1 files
+1 −1 README.markdown
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/fugitive
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/rhubarb
Submodule rhubarb updated 1 files
+5 −0 autoload/rhubarb.vim
2 changes: 1 addition & 1 deletion links/vim/pack/utility/start/undotree
Submodule undotree updated 2 files
+20 −11 README.md
+2 −0 autoload/undotree.vim

0 comments on commit 0fd07bb

Please sign in to comment.