Add goneovim config
This commit is contained in:
parent
0b0339a16a
commit
0f40c869cb
1 changed files with 12 additions and 0 deletions
12
.config/goneovim/settings.toml
Normal file
12
.config/goneovim/settings.toml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[Editor]
|
||||||
|
FontFamily = "VictorMono Nerd Font"
|
||||||
|
DisableLigatures = false
|
||||||
|
|
||||||
|
Clipboard = true
|
||||||
|
|
||||||
|
SmoothScroll = true
|
||||||
|
|
||||||
|
[MiniMap]
|
||||||
|
Disable = false
|
||||||
|
Visible = true
|
||||||
|
Width = 100
|
Loading…
Reference in a new issue