aboutsummaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
Diffstat (limited to 'Common')
-rw-r--r--Common/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Common/vimrc b/Common/vimrc
index acc8747..2a84124 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 'preservim/tagbar'
Plug 'evanleck/vim-svelte', {'branch': 'main'}