Skip to content

Commit 1b843f2

Browse files
committed
lsp support and ziglang support
1 parent fa071f7 commit 1b843f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.readable.vimrc

+8
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,21 @@ endif
4242

4343
call plug#begin('~/.vim/plugged')
4444
Plug 'junegunn/fzf'
45+
Plug 'ziglang/zig.vim'
4546
Plug 'tpope/vim-surround'
4647
Plug 'tpope/vim-eunuch' " useful for :Rename, :Move
4748
Plug 'scrooloose/nerdcommenter'
4849
Plug 'ntpeters/vim-better-whitespace'
4950
Plug 'flazz/vim-colorschemes'
5051
Plug 'sheerun/vim-polyglot'
5152
" Plug 'mhinz/vim-grepper'
53+
" something for neovim
54+
if has('nvim')
55+
Plug 'neovim/nvim-lspconfig'
56+
" https://github.com/neoclide/coc.nvim
57+
" Plug 'neoclide/coc.nvim', {'branch': 'release'}
58+
set signcolumn=number
59+
endif
5260
call plug#end()
5361

5462
colorscheme wombat256mod

0 commit comments

Comments
 (0)