install kotlin and enable linting
This commit is contained in:
parent
4e3233c52e
commit
0c0fec936f
1
Brewfile
1
Brewfile
@ -125,3 +125,4 @@ brew "packer"
|
|||||||
brew "go"
|
brew "go"
|
||||||
brew "weechat" # need an IRC client
|
brew "weechat" # need an IRC client
|
||||||
brew "tflint" # terraform linter
|
brew "tflint" # terraform linter
|
||||||
|
brew "ktlint" # kotlin linter
|
||||||
|
@ -75,6 +75,7 @@ curl -s "https://get.sdkman.io" | bash
|
|||||||
sdk install java
|
sdk install java
|
||||||
sdk install gradle
|
sdk install gradle
|
||||||
sdk install java 8.0.222-zulu
|
sdk install java 8.0.222-zulu
|
||||||
|
sdk install kotlin
|
||||||
sdk selfupdate
|
sdk selfupdate
|
||||||
|
|
||||||
# Install Docker Desktop for Mac
|
# Install Docker Desktop for Mac
|
||||||
|
@ -37,7 +37,8 @@ Plugin 'scrooloose/syntastic'
|
|||||||
Plugin 'dbeniamine/cheat.sh-vim'
|
Plugin 'dbeniamine/cheat.sh-vim'
|
||||||
" basic vim/terraform integration
|
" basic vim/terraform integration
|
||||||
Plugin 'hashivim/vim-terraform'
|
Plugin 'hashivim/vim-terraform'
|
||||||
|
" A solid language pack for Vim. support for kotlin, terraform, groovy, ...
|
||||||
|
Plugin 'sheerun/vim-polyglot'
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
Loading…
Reference in New Issue
Block a user