vim-plug icon indicating copy to clipboard operation
vim-plug copied to clipboard

unknown file attribute: ~

Open MicroMatrixOrg opened this issue 3 years ago • 1 comments

Explain the problem here ...


.vimrc:3: unknown file attribute: ~
.vimrc:4: command not found: Plug
.vimrc:5: command not found: Plug
.vimrc:6: command not found: Plug
.vimrc:1: parse error near `\n'
there is my config,
  1 set nocompatible
  2 set nu!
  3 call plug#begin('~/.vim/plugged')
  4 Plug 'kien/ctrlp.vim'
  5 Plug 'vim-airline/vim-airline'
  6 Plug 'morhetz/gruvbox'
  7 call plug#end()
  • Type:
    • [ ] Bug
    • [ ] Enhancement
    • [ ] Feature Request
    • [x] Question
  • OS:
    • [ ] All/Other
    • [ ] Linux
    • [x] OS X
    • [ ] Windows
  • Vim:
    • [x] Terminal Vim
    • [ ] GVim
    • [ ] Neovim

MicroMatrixOrg avatar Jun 25 '21 09:06 MicroMatrixOrg

https://github.com/junegunn/vim-plug#installation

janlazo avatar Jun 25 '21 12:06 janlazo