-
Notifications
You must be signed in to change notification settings - Fork 34
Configurations
Dongdong Zhou edited this page Jan 18, 2018
·
7 revisions
GonvimVersion - Show Gonvim version
let g:gonvim_draw_statusline = 0
let g:gonvim_draw_tabline = 0
let g:gonvim_draw_lint = 0
let g:gonvim_draw_split = 0
let g:gonvim_start_fullscreen = 1
To set up fuzzy finder :
- Install dzhou121/gonvim-fuzzy.
Add any these in your init.vim
file based on your plugin manager.
Plug 'dzhou121/gonvim-fuzzy' " Vim plug
Neobundle 'dzhou121/gonvim-fuzzy' " Neobundle
Plugin 'dzhou121/gonvim-fuzzy' " Vundle
Now you have the following commands available for fuzzy gui search:
GonvimFuzzyFiles - For Files
GonvimFuzzyBLines - For Lines in the Current File
GonvimFuzzyAg - For runing FZF_AG ( searches current directory )
GonvimFuzzyBuffers - For searching opened Buffers
You can use the following commands to control workspace
GonvimWorkspaceNew - Create a new workspace
GonvimWorkspaceNext - Switch to the next workspace
GonvimWorkspacePrevious - Switch to the previous workspace
GonvimWorkspaceSwitch n - Switch to workspace n
GonvimMarkdown - Toggle markdown preview window
To change font and line spacing
- Install equalsraf/neovim-gui-shim
Add any these in your init.vim
file based on your plugin manager.
Plug 'equalsraf/neovim-gui-shim' " Vim plug
Neobundle 'equalsraf/neovim-gui-shim' " Neobundle
Plugin 'equalsraf/neovim-gui-shim' " Vundle
- Now use the following in your
ginit.vim
GuiFont Monaco:h13
GuiLinespace 8