51 | set noswapfile " Don't use swapfile
52 | set nobackup " Don't create annoying backup files
78 | if has('persistent_undo')
79 | set undofile
80 | set undodir=~/.cache/vim
81 | endif
11 | Plug 'fatih/vim-go'
12 | Plug 'fatih/vim-hclfmt'
13 | Plug 'fatih/vim-nginx' , {'for' : 'nginx'}