From a77563ee1044ffa03f7c49e457a5f7c9f943188f Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 4 Sep 2021 12:04:14 +0200 Subject: Add some things --- Common/vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Common/vimrc') diff --git a/Common/vimrc b/Common/vimrc index f35bafe..2fae362 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -128,6 +128,9 @@ set foldcolumn=1 " Show leader commands set showcmd +" Show color column +set colorcolumn=80 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -417,6 +420,7 @@ Plug 'terryma/vim-multiple-cursors' Plug 'preservim/nerdcommenter' Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'dense-analysis/ale' +Plug 'evanleck/vim-svelte', {'branch': 'main'} "Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'} "Plug 'clangd/coc-clangd', {'do': 'yarn install --frozen-lockfile'} -- cgit v1.2.3