diff options
author | Akshay <[email protected]> | 2023-01-21 14:34:37 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-21 14:34:37 +0000 |
commit | 151790a591fc9a6c9b153b1d514610e26d6bc87e (patch) | |
tree | 3c245fbfc6c1b7533bc7d09d439cece755e86b61 /programs | |
parent | 7ff9aca0e71b0277d9ebe73a3cee1799c513d25d (diff) |
6.1.7 working
Diffstat (limited to 'programs')
-rw-r--r-- | programs/init.vim | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/programs/init.vim b/programs/init.vim index 4a822da..8cf3c9c 100644 --- a/programs/init.vim +++ b/programs/init.vim | |||
@@ -1,12 +1,12 @@ | |||
1 | let &t_ZM = "\e[3m" | 1 | let &t_ZM = "\e[3m" |
2 | 2 | ||
3 | call plug#begin('~/.local/share/nvim/plugged') | 3 | " call plug#begin('~/.local/share/nvim/plugged') |
4 | 4 | " | |
5 | " my stuff | 5 | " " my stuff |
6 | Plug 'git@ferrn:vim/vim-colors-plain' | 6 | " Plug 'git@ferrn:vim/vim-colors-plain' |
7 | Plug 'git@ferrn:vim/better-text-objs' | 7 | " Plug 'git@ferrn:vim/better-text-objs' |
8 | 8 | " | |
9 | call plug#end() | 9 | " call plug#end() |
10 | 10 | ||
11 | 11 | ||
12 | " augroups | 12 | " augroups |