feat: uplift nvim
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5619e9b217
commit
67c0e020a2
9 changed files with 183 additions and 45 deletions
11
.config/nvim/lua/neovide.lua
Normal file
11
.config/nvim/lua/neovide.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
vim.opt.guifont = { "Source Code Pro", ":h10"}
|
||||
|
||||
vim.g.neovide_hide_mouse_when_typing = true
|
||||
|
||||
vim.g.neovide_refresh_rate = 60
|
||||
vim.g.neovide_refresh_rate_idle = 5
|
||||
|
||||
vim.g.neovide_remember_window_size = false
|
||||
|
||||
vim.g.neovide_cursor_animation_length=0.08
|
||||
vim.g.neovide_cursor_trail_size = 0.6
|
Loading…
Add table
Add a link
Reference in a new issue