Skip to content

Instantly share code, notes, and snippets.

View TommyJerryMairo's full-sized avatar

Tommy Jerry Mairo TommyJerryMairo

View GitHub Profile
call plug#begin('~/.local/share/nvim/plugged')
" " Language Server Protocol (LSP) support
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',
\ 'do': 'bash install.sh',
\ }
" (Optional) Multi-entry selection UI.
Plug 'junegunn/fzf'