-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.yml
41 lines (33 loc) · 1.34 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# vim:fileencoding=utf-8:ft=yaml
# Choose the backend terminal to run neovim in.
# Current supported terminals: alacritty, urxvt, kitty, wezterm.
#backend: urxvt
# Path to backend executable file
# NOTE: requires a backend key
# NOTE: old key exe_path is now deprecated but can still be used
#term_exe_path: /path/to/urxvt
# Specify the Neovim executable path.
# NOTE: nvim will be used if not specified
# NOTE: For windows, e.g.: C:\tools\neovim\Neovim\bin\nvim.exe
#nvim_exe_path: /path/to/nvim
# The fonts to be used. Multi fonts can be supplied.
# The first one will be set as the major font. Others will be set as
# fallback fonts according to the given orders if possible.
# NOTE: Not all backends support fallback font.
#fonts:
# - Source Code Pro
# - monofur
# The font size to be used.
#
#font_size: 12
# Set to true if the terminal's default configuration should be loaded
# first. Other glrnvim configurations will overwrite the terminal settings
# if they are set in config.yml.
# urxvt is not impacted by this setting. It always load resources according
# to the defined orders.
#load_term_conf: false
# Configuration file for the selected terminal.
# NOTE:This option is not supported by urxvt.
# If this option is specified, the terminal's default config won't be loaded
# when 'load_term_conf' is true.
#term_config_path: /path/to/config.toml