diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-09-04 12:04:14 +0200 |
commit | a77563ee1044ffa03f7c49e457a5f7c9f943188f (patch) | |
tree | 3d2c8174f6466eaebc08c12ebf3e323c05076aa8 /Common | |
parent | f8c26c933396271813b669bd74e5eff5e67426ab (diff) | |
download | dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.tar.gz dotfiles-a77563ee1044ffa03f7c49e457a5f7c9f943188f.zip |
Add some things
Diffstat (limited to 'Common')
-rw-r--r-- | Common/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
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'} |