Skip to content

Commit

Permalink
docs: add more NOTEs.
Browse files Browse the repository at this point in the history
Signed-off-by: ayamir <[email protected]>
  • Loading branch information
ayamir committed Oct 21, 2023
1 parent 6bff754 commit e0f75c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,14 @@ settings["treesitter_deps"] = {
}

-- Settings for the neovim-guis like `neovide`, `neovim-qt`, etc.
-- NOTE: Only supports the options listed below.
settings["gui_config"] = {
font_name = "JetBrainsMono Nerd Font",
font_size = 12,
}

-- Settings for `neovide`
-- Settings for `neovide`.
-- NOTE: Get the full configurable options: https://neovide.dev/configuration.html
settings["neovide_config"] = {
refresh_rate = 120,
cursor_vfx_mode = "railgun",
Expand Down

0 comments on commit e0f75c1

Please sign in to comment.