Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifcruz committed Jan 7, 2021
1 parent a358db9 commit 8a0cb17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vimrc
Expand Up @@ -23,6 +23,8 @@ set colorcolumn=115
set encoding=UTF-8
set cmdheight=1

set mouse=a

highlight ColorColumn ctermbg=0 guibg=black

if has("patch-8.1.1564")
Expand All @@ -33,6 +35,7 @@ endif

call plug#begin('~/.vim/plugged')

Plug 'igankevich/mesonic'
Plug 'mbbill/undotree'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'vim-utils/vim-man'
Expand All @@ -46,6 +49,7 @@ Plug 'brooth/far.vim'
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'vim-airline/vim-airline'
Plug 'flazz/vim-colorschemes'
Plug 'tpope/vim-eunuch'
call plug#end()

call coc#config('clangd', {
Expand Down Expand Up @@ -138,6 +142,7 @@ nmap <silent> <leader>gn <Plug>(coc-diagnostic-next-error)
let g:coc_global_extensions = [
\ 'coc-json',
\ 'coc-prettier',
\ 'coc-jedi',
\ 'coc-pairs',
\ 'coc-tsserver',
\ 'coc-eslint',
Expand All @@ -146,5 +151,6 @@ let g:coc_global_extensions = [
\ 'coc-python',
\ 'coc-julia',
\ 'coc-html',
\ 'coc-cmake',
\ 'coc-marketplace',
\ ]

0 comments on commit 8a0cb17

Please sign in to comment.