Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
1,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Error detected while processing /home/nada/.vimrc:
  2. line 19:
  3. E319: Sorry, the command is not available in this version: syntax on
  4. line 79:
  5. E319: Sorry, the command is not available in this version: autocmd InsertEnter * :set norelativenumber
  6. line 80:
  7. E319: Sorry, the command is not available in this version: autocmd InsertLeave * :set relativenumber
  8. line 145:
  9. E319: Sorry, the command is not available in this version: let g:netrw_liststyle=3
  10. line 149:
  11. E319: Sorry, the command is not available in this version: autocmd BufWinEnter * highlight ColorColumn ctermbg=darkred
  12. line 179:
  13. E319: Sorry, the command is not available in this version: call plug#begin('~/.vim/plugged')
  14. line 181:
  15. E492: Not an editor command: ^IPlug 'vim-airline/vim-airline'
  16. line 182:
  17. E492: Not an editor command: ^IPlug 'vim-airline/vim-airline-themes'
  18. line 183:
  19. E492: Not an editor command: Plug 'kristijanhusak/vim-hybrid-material'
  20. line 184:
  21. E492: Not an editor command: ^IPlug 'tyrannicaltoucan/vim-deep-space'
  22. line 185:
  23. E492: Not an editor command: Plug 'dylanaraps/wal'
  24. line 186:
  25. E492: Not an editor command: ^IPlug 'mhinz/vim-startify'
  26. line 187:
  27. E492: Not an editor command: Plug 'ryanoasis/vim-devicons'
  28. line 188:
  29. E492: Not an editor command: ^IPlug 'chrisbra/Colorizer'
  30. line 190:
  31. E492: Not an editor command: ^IPlug 'mattn/emmet-vim'
  32. line 191:
  33. E492: Not an editor command: ^IPlug 'digitaltoad/vim-pug'
  34. line 192:
  35. E492: Not an editor command: ^IPlug 'w0rp/ale'
  36. line 193:
  37. E492: Not an editor command: ^IPlug 'Shougo/neocomplete.vim'
  38. line 194:
  39. E492: Not an editor command: ^IPlug 'Shougo/neosnippet'
  40. line 195:
  41. E492: Not an editor command: ^IPlug 'Shougo/neosnippet-snippets'
  42. line 196:
  43. E492: Not an editor command: ^IPlug 'SirVer/ultisnips'
  44. line 197:
  45. E492: Not an editor command: ^IPlug 'honza/vim-snippets'
  46. line 200:
  47. E492: Not an editor command: ^IPlug 'junegunn/goyo.vim'
  48. line 201:
  49. E492: Not an editor command: ^IPlug 'junegunn/limelight.vim'
  50. line 203:
  51. E492: Not an editor command: ^IPlug 'ervandew/supertab'
  52. line 204:
  53. E492: Not an editor command: ^IPlug 'godlygeek/tabular'
  54. line 205:
  55. E492: Not an editor command: Plug 'scrooloose/nerdtree'
  56. line 206:
  57. E319: Sorry, the command is not available in this version: call plug#end()
  58. line 212:
  59. E185: Cannot find color scheme 'deep-space'
  60. line 218:
  61. E319: Sorry, the command is not available in this version: let g:airline#extensions#tabline#enabled = 1
  62. line 221:
  63. E319: Sorry, the command is not available in this version: let g:airline_theme = "deep_space"
  64. line 222:
  65. E319: Sorry, the command is not available in this version: let g:enable_bold_font = 1
  66. line 225:
  67. E319: Sorry, the command is not available in this version: let g:airline_powerline_fonts = 1
  68. line 320:
  69. E319: Sorry, the command is not available in this version: autocmd! User GoyoEnter Limelight
  70. line 321:
  71. E319: Sorry, the command is not available in this version: autocmd! User GoyoLeave Limelight!
  72. line 326:
  73. E319: Sorry, the command is not available in this version: let g:colorizer_x11_names = 1
  74. line 328:
  75. E319: Sorry, the command is not available in this version: let g:colorizer_skip_comments = 1
  76. line 330:
  77. E319: Sorry, the command is not available in this version: let g:colorizer_auto_filetype='css,html,htm'
  78. line 338:
  79. E319: Sorry, the command is not available in this version: let mapleader = "\<Space>"
  80. line 355:
  81. E319: Sorry, the command is not available in this version: autocmd BufRead * setlocal foldmethod=marker
  82. line 356:
  83. E319: Sorry, the command is not available in this version: autocmd BufRead * normal zM
  84. line 359:
  85. E319: Sorry, the command is not available in this version: augroup myvimrc
  86. line 360:
  87. E319: Sorry, the command is not available in this version: au!
  88. line 361:
  89. E319: Sorry, the command is not available in this version: au BufWritePost .vimrc,_vimrc,vimrc,.gvimrc,_gvimrc,gvimrc so $MYVIMRC | if has('gui_running') | so $MYGVIMRC | endif
  90. line 362:
  91. E319: Sorry, the command is not available in this version: augroup END
  92. Press ENTER or type command to continue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement