neovim安装dein.vim
生活随笔
收集整理的這篇文章主要介紹了
neovim安装dein.vim
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Git Clone代碼到本地:
git clone https://github.com/Shougo/dein.vim \~/.config/nvim/dein/repos/github.com/Shougo/dein.vim編輯init.vim
set runtimepath+=~/.config/nvim/dein/repos/github.com/Shougo/dein.vimif dein#load_state('~/.config/nvim/dein')call dein#begin('~/.config/nvim/dein')call dein#add('~/.config/nvim/dein/repos/github.com/Shougo/dein.vim')call dein#add('Shougo/defx.nvim')call dein#end()call dein#save_state() endifif dein#check_install():call dein#install() endiffiletype plugin indent on syntax enable總結
以上是生活随笔為你收集整理的neovim安装dein.vim的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: DE10-Nano Kit
- 下一篇: [html] 你有使用过ins标签吗?说