Originally based on/inspired by the following dotfiles, then tweaked to setup my environment.
- https://github.com/creasty/dotfiles
- https://github.com/mathiasbynens/dotfiles
- https://github.com/holman/dotfiles
- https://github.com/dikiaap/dotfiles
- https://github.com/ajh17/dotfiles
- https://github.com/izumin5210/dotfiles
$ git clone --recursive [email protected]:antonve/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./install
# Example which only runs homebrew
$ ./install --tag homebrew
- Install kotlin language server automatically: https://github.com/neoclide/coc.nvim/wiki/Language-servers#kotlin
Using kotlin-language-server
- Download server.zip from the releases page.
- Unzip the file in a convenient directory, for example inside
~/lsp/kotlin/
."languageserver": { "kotlin": { "command": "~/lsp/kotlin/server/bin/kotlin-language-server", "filetypes": ["kotlin"] } }