Skip to content

Commit

Permalink
Vim: kotlin support
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Sep 26, 2024
1 parent 537bf2f commit 6f84a98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -227,20 +227,21 @@ let g:rooter_patterns = [
let g:coc_global_extensions = [
\ '@yaegassy/coc-tailwindcss3',
\ 'coc-cspell-dicts',
\ 'coc-diagnostic',
\ 'coc-deno',
\ 'coc-diagnostic',
\ 'coc-docker',
\ 'coc-eslint',
\ 'coc-go',
\ 'coc-java',
\ 'coc-json',
\ 'coc-kotlin',
\ 'coc-markdownlint',
\ 'coc-prettier',
\ 'coc-rust-analyzer',
\ 'coc-snippets',
\ 'coc-spell-checker',
\ 'coc-tsserver',
\ 'coc-yaml',
\ 'coc-go',
\ ]

nmap <F5> :CocRebuild<CR>
Expand Down

0 comments on commit 6f84a98

Please sign in to comment.