diff --git a/Brewfile b/Brewfile index 86cc3d9..4c9012a 100644 --- a/Brewfile +++ b/Brewfile @@ -125,3 +125,4 @@ brew "packer" brew "go" brew "weechat" # need an IRC client brew "tflint" # terraform linter +brew "ktlint" # kotlin linter diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index 0c57670..4fb3baa 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -75,6 +75,7 @@ curl -s "https://get.sdkman.io" | bash sdk install java sdk install gradle sdk install java 8.0.222-zulu +sdk install kotlin sdk selfupdate # Install Docker Desktop for Mac diff --git a/dot_vimrc b/dot_vimrc index 5219da3..76b7df4 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -37,7 +37,8 @@ Plugin 'scrooloose/syntastic' Plugin 'dbeniamine/cheat.sh-vim' " basic vim/terraform integration 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 call vundle#end() filetype plugin indent on " required