Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 23, 2024
1 parent 0234616 commit 693e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dotvim/pkgs/base/setup/neovide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function M.setup()
vim.g.neovide_profiler = false
vim.g.neovide_refresh_rate = 60
vim.g.neovide_no_idle = true
vim.g.neovide_input_macos_alt_is_meta = true
vim.g.neovide_input_macos_option_key_is_meta = true

vim.g.neovide_cursor_animation_length = 0.2
vim.g.neovide_cursor_trail_size = 0
Expand Down

0 comments on commit 693e64b

Please sign in to comment.