Skip to content

Instantly share code, notes, and snippets.

@xiispace
Created March 22, 2019 07:25
Show Gist options
  • Save xiispace/43f6a8f95413fa0295f5d86738b9e584 to your computer and use it in GitHub Desktop.
Save xiispace/43f6a8f95413fa0295f5d86738b9e584 to your computer and use it in GitHub Desktop.
vim 配置
set nu
let mapleader = ","
call plug#begin('~/.local/share/nvim/plugged')
Plug 'liuchengxu/vim-better-default'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment