Created
March 22, 2019 07:25
-
-
Save xiispace/43f6a8f95413fa0295f5d86738b9e584 to your computer and use it in GitHub Desktop.
vim 配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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