dotfiles/.config/goneovim/settings.toml

22 lines
303 B
TOML
Raw Normal View History

2021-04-27 20:40:16 +00:00
[Editor]
FontFamily = "VictorMono Nerd Font"
DisableLigatures = false
2021-05-01 23:02:57 +00:00
Clipboard = false
2021-04-27 20:40:16 +00:00
SmoothScroll = true
2021-05-01 23:02:57 +00:00
IndentGuide = false
2021-04-27 23:53:35 +00:00
ExtCmdline = true
ExtPopupmenu = true
ExtTabline = true
DrawWindowSeparator = true
WindowSeparatorColor = "#bdbdbd"
2021-04-27 20:40:16 +00:00
[MiniMap]
Disable = false
Visible = true
Width = 100