Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'} " Install latest release branch
" * coc-calc - evaluate arithmetic expressions right in the editor, wow
" * coc-spell-checker - a spell checker that, unlike vim's, is aware of camelCase
" * coc-cspec-dicts - non-english dictionaries (why would anyone need those??)
" * coc-dicionary - Use the dictionary as a completion source
" * coc-dictionary - Use the dictionary as a completion source
" * coc-emoji - use the markdown placeholder names for emojits as a completion
" source
" * coc-syntax - Use each language's syntax keywords as a completion source
Expand Down