diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:47 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:47 +0100 |
commit | 2ee9385753b519e7af6e26dd5c5e0572251de922 (patch) | |
tree | 6d3dcce01cdd4b6fd2a237b5e44f4e4a6c421bdc /vim/vimrc | |
parent | 37cd62049e052b9fbd5a197cf0639bc2ebe200da (diff) |
added new go vim plugin
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -89,7 +89,7 @@ noremap k gk set shell=/bin/sh set hi=500 set novisualbell -set nonumber "show line numbers +"set nonumber "show line numbers set wildmenu "enable a menu that shows tab completion options in the status bar set wildchar=<TAB> set showmatch "highlights matching brackets on cursor hover @@ -144,6 +144,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink() " vim-plug call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' +Plug 'prabirshrestha/vim-lsp' Plug 'alok/notational-fzf-vim' Plug 'sheerun/vim-polyglot' "Plug 'neoclide/coc.nvim', {'branch': 'release'} |