All Projects → udalov → Kotlin Vim

udalov / Kotlin Vim

Licence: apache-2.0
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support

Programming Languages

kotlin
9241 projects

Labels

Projects that are alternatives of or similar to Kotlin Vim

Eddie Vim
Yet another vimrc
Stars: ✭ 365 (-23.8%)
Mutual labels:  viml
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+835.07%)
Mutual labels:  viml
Wildfire.vim
Smart selection of the closest text object
Stars: ✭ 448 (-6.47%)
Mutual labels:  viml
Vim Swift
Adds Swift support to vim. It covers syntax, intenting, and more.
Stars: ✭ 373 (-22.13%)
Mutual labels:  viml
Dbext.vim
Provides database access to many dbms (Oracle, Sybase, Microsoft, MySQL, DBI,..)
Stars: ✭ 397 (-17.12%)
Mutual labels:  viml
Vim Golang
Github mirror of Go vimscripts, synced with main repository
Stars: ✭ 432 (-9.81%)
Mutual labels:  viml
Python Syntax
Python syntax highlighting script for Vim
Stars: ✭ 354 (-26.1%)
Mutual labels:  viml
Vim Taskwarrior
vim interface for taskwarrior
Stars: ✭ 456 (-4.8%)
Mutual labels:  viml
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+833.82%)
Mutual labels:  viml
Vim Bufferline
super simple vim plugin to show the list of buffers in the command bar
Stars: ✭ 448 (-6.47%)
Mutual labels:  viml
Vim Sublime
A ready to use minimal Vim (Sublime Text -like) .vimrc configuration
Stars: ✭ 384 (-19.83%)
Mutual labels:  viml
Yankring.vim
Maintains a history of previous yanks, changes and deletes
Stars: ✭ 391 (-18.37%)
Mutual labels:  viml
Vim Ruby Debugger
Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
Stars: ✭ 434 (-9.39%)
Mutual labels:  viml
Spacegray.vim
A Vim color scheme loosely based on the Spacegray Xcode theme.
Stars: ✭ 366 (-23.59%)
Mutual labels:  viml
Vim Seek
Seek makes navigating long lines effortless, acting like f but taking two characters.
Stars: ✭ 452 (-5.64%)
Mutual labels:  viml
Vim Tags
Ctags generator for Vim
Stars: ✭ 356 (-25.68%)
Mutual labels:  viml
Dotvim
lean & mean vim distribution
Stars: ✭ 425 (-11.27%)
Mutual labels:  viml
Vim Es6
List of JavaScript ES6 snippets and syntax highlighting for vim.
Stars: ✭ 465 (-2.92%)
Mutual labels:  viml
Yunocommit.vim
Y U NO commit after so many writes???
Stars: ✭ 456 (-4.8%)
Mutual labels:  viml
Ghcmod Vim
Happy Haskell programming on Vim, powered by ghc-mod
Stars: ✭ 435 (-9.19%)
Mutual labels:  viml

kotlin-vim

Installation

If you use Vim 8 or later, the recommended way is using Vim's built-in package manager:

git clone https://github.com/udalov/kotlin-vim.git ~/.vim/pack/plugins/start/kotlin-vim

Other plugin managers:

  • Vundle
    • add Plugin 'udalov/kotlin-vim' to your ~/.vimrc and run PluginInstall.
  • Pathogen
    • git clone https://github.com/udalov/kotlin-vim ~/.vim/bundle/kotlin-vim

Manual (for older versions of Vim)

  1. mkdir -p ~/.vim/{syntax,indent,ftdetect,ftplugin}
  2. cp syntax/kotlin.vim ~/.vim/syntax/kotlin.vim
  3. cp indent/kotlin.vim ~/.vim/indent/kotlin.vim
  4. cp ftdetect/kotlin.vim ~/.vim/ftdetect/kotlin.vim
  5. cp ftplugin/kotlin.vim ~/.vim/ftplugin/kotlin.vim
  6. If you use Syntastic: cp -r syntax_checkers/kotlin ~/.vim/syntax_checkers/
  7. Restart Vim
Enjoy!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].