diff options
author | Samuel Johnson <[email protected]> | 2025-03-12 00:14:36 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-03-12 00:14:36 -0400 |
commit | 79eeacda78e4e512f1a35b41e2c656b3e2a025bf (patch) | |
tree | 7ce230b66cbd5832aa31fd004e41750fb55d3a0a /.vimrc | |
parent | 7c9fb3660733c3735e1500baa347674b2ed86f6c (diff) |
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Plug 'junegunn/fzf.vim' Plug 'itchyny/lightline.vim' +Plug 'mattn/emmet-vim' + call plug#end() set termguicolors |