Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.12 KB

dotfiles

Credits

Originally based on/inspired by the following dotfiles, then tweaked to setup my environment.

Installation

$ git clone --recursive [email protected]:antonve/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./install

Filter what to provision

# Example which only runs homebrew
$ ./install --tag homebrew

Not yet automated

Using kotlin-language-server

  1. Download server.zip from the releases page.
  2. Unzip the file in a convenient directory, for example inside ~/lsp/kotlin/.
"languageserver": {
 "kotlin": {
   "command": "~/lsp/kotlin/server/bin/kotlin-language-server",
   "filetypes": ["kotlin"]
 }
}