Change the Java unused imports behavior to use a Vim plugin installed in setup.sh.
This commit is contained in:
6
.vimrc
6
.vimrc
@ -71,10 +71,8 @@ let groovy_allow_cpp_keywords = 1
|
|||||||
" nmap <Leader>gs wve"tywve"py'bo
|
" nmap <Leader>gs wve"tywve"py'bo
|
||||||
public void set "ppbvUhxA("tpA "ppA) {
|
public void set "ppbvUhxA("tpA "ppA) {
|
||||||
this."ppA = "ppA;
|
this."ppA = "ppA;
|
||||||
}
|
}
|
||||||
|
|
||||||
public "tpA get "ppbvUhxA() {
|
|
||||||
return this."ppA;
|
|
||||||
public "tpA get "ppbvUhxA() {
|
public "tpA get "ppbvUhxA() {
|
||||||
return this."ppA;
|
return this."ppA;
|
||||||
}mb'a/private \w+\+ \w\+;
|
}mb'a/private \w+\+ \w\+;
|
||||||
|
1
setup.sh
1
setup.sh
@ -20,6 +20,7 @@ git clone https://github.com/zah/nim.vim.git
|
|||||||
git clone https://github.com/tpope/vim-fugitive.git
|
git clone https://github.com/tpope/vim-fugitive.git
|
||||||
git clone https://github.com/isRuslan/vim-es6.git
|
git clone https://github.com/isRuslan/vim-es6.git
|
||||||
git clone https://github.com/airblade/vim-gitgutter.git
|
git clone https://github.com/airblade/vim-gitgutter.git
|
||||||
|
git clone https://github.com:akhaku/vim-java-unused-imports.git
|
||||||
ln -s /usr/share/lilypond/2.18.2/vim lilypond.vim
|
ln -s /usr/share/lilypond/2.18.2/vim lilypond.vim
|
||||||
|
|
||||||
# Setup ST
|
# Setup ST
|
||||||
|
Reference in New Issue
Block a user