Skip to content

Commit

Permalink
Add more coc extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslago committed Sep 12, 2020
1 parent 02707d1 commit 8a263f6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
20 changes: 14 additions & 6 deletions coc-nvim/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"dependencies": {
"coc-eslint": "^1.3.0",
"coc-html": "^1.2.4",
"coc-json": "^1.2.6",
"coc-prettier": "^1.1.17",
"coc-snippets": "^2.2.0",
"coc-tsserver": "^1.5.6"
"coc-css": "*",
"coc-docker": "*",
"coc-emmet": "*",
"coc-eslint": "*",
"coc-explorer": "*",
"coc-html": "*",
"coc-import-cost": "*",
"coc-json": "*",
"coc-prettier": "*",
"coc-snippets": "*",
"coc-tslint": "*",
"coc-tslint-plugin": "*",
"coc-tsserver": "*",
"coc-yaml": "*"
}
}
3 changes: 2 additions & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Plug 'APZelos/blamer.nvim'
call plug#end()

" Default settings (
" Share same clipboard across Linux, Windows and Mac OS X
set clipboard+=unnamedplus
set hidden
" Some servers have issues with backup files.
set nobackup
Expand All @@ -51,7 +53,6 @@ set textwidth=0
set wrapmargin=0
set wrap
set linebreak
set clipboard=unnamed
set noshowmode
set list
set lazyredraw
Expand Down
2 changes: 1 addition & 1 deletion remove-symlinks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rm -rf ${HOME}/.oh-my-zsh
rm -rf ${HOME}/.tmux.conf
rm -rf ${HOME}/.gitconfig
rm -rf ${HOME}/.tmux/plugins
rm -rf ${HOME}/.config/coc/extensions/package.json
rm -rf ${HOME}/.config/coc/extensions

echo "Symlinks and plugin folders removed"
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Plug 'liuchengxu/vim-which-key'
call plug#end()

" Default settings (
" Share same clipboard across Linux, Windows and Mac OS X
set clipboard+=unnamedplus
set hidden
" Some servers have issues with backup files.
set nobackup
Expand All @@ -45,7 +47,6 @@ set textwidth=0
set wrapmargin=0
set wrap
set linebreak
set clipboard=unnamed
set noshowmode
set list
set lazyredraw
Expand Down

0 comments on commit 8a263f6

Please sign in to comment.