aboutsummaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2021-09-04 12:28:10 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2021-09-04 12:28:10 +0200
commit661605170322a3f7eff49f733fa2e0b25038ef22 (patch)
treed4df4004e7257dcfd8b3301f0a15b1b3f5493da6 /Common
parent80dc0a70c336adaa0ec8fd3e556c09a28fdcfa15 (diff)
parent1b3e150d482e9e9e95c566f8f68ae833032c28f0 (diff)
downloaddotfiles-661605170322a3f7eff49f733fa2e0b25038ef22.tar.gz
dotfiles-661605170322a3f7eff49f733fa2e0b25038ef22.zip
Merge branch 'master' of github.com:JakobST1n/dotfiles
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'}