Browse Source

Enable few UX improvements from "How to Do 90%..." talk

    https://www.youtube.com/watch?v=XA2WjJbmmoM
Alois Mahdal 4 years ago
parent
commit
67d8eec882
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      dotfiles/vim/vimrc

+ 9
- 0
dotfiles/vim/vimrc View File

@@ -155,3 +155,12 @@ if &term =~ "xterm\\|rxvt"
155 155
   let &t_EI = "\<Esc>]12;gray75\x7"
156 156
   autocmd VimLeave * let &t_me="\<Esc>]12;white\x7"
157 157
 endif
158
+
159
+
160
+" ................................................ "
161
+" How to Do 90% of What Plugins Do (With Just Vim) "
162
+" '''''''''''''''''''''''''''''''''''''''''''''''' "
163
+
164
+set nocompatible
165
+set path+=**
166
+set wildmenu