# Ubuntu 安裝配置 ## 1.安裝項目 1. vim 2. 顯卡驅動 --- ## 2.界面顏色 [Dracula](https://draculatheme.com/gtk) information for youtube [http](https://www.youtube.com/watch?v=vr3LL4SmFGc) --- .vimrc call plug#begin('~/.vim/plugged') Plug 'vim-airline/vim-airline' Plug 'preservim/nerdtree' Plug 'morhetz/gruvbox' Plug 'neoclide/coc.nvim', {'branch': 'release'} "Plug 'neoclide/coc.nvim', { 'branch': 'master', 'do': 'yarn install --frozen- lockfile' } call plug#end() " Exit Vim if NERDTree is the only window remaining in the only tab. autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b: NERDTree') && b:NERDTree.isTabTree() | quit | endif noremap <F1> :NERDTreeToggle<CR>
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up