AutoYADM commit: 2024-12-16 00:30:01
This commit is contained in:
parent
fdcfc9d0f8
commit
eeec7ad37c
2 changed files with 16 additions and 15 deletions
|
@ -1,17 +1,17 @@
|
|||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
if vim.g.neovide then
|
||||
local nv_opts = {
|
||||
cursor = {
|
||||
animation_length = 0.05,
|
||||
trail_size = 0.5,
|
||||
animate_command_line = false,
|
||||
},
|
||||
animations = {
|
||||
position_animation_length = 0.10,
|
||||
scroll_animation_length = 0.1,
|
||||
hide_mouse_when_typing = true,
|
||||
},
|
||||
}
|
||||
require("neovide-config").setup(nv_opts)
|
||||
end
|
||||
-- if vim.g.neovide then
|
||||
-- local nv_opts = {
|
||||
-- cursor = {
|
||||
-- animation_length = 0.05,
|
||||
-- trail_size = 0.5,
|
||||
-- animate_command_line = false,
|
||||
-- },
|
||||
-- animations = {
|
||||
-- position_animation_length = 0.10,
|
||||
-- scroll_animation_length = 0.1,
|
||||
-- hide_mouse_when_typing = true,
|
||||
-- },
|
||||
-- }
|
||||
-- require("neovide-config").setup(nv_opts)
|
||||
-- end
|
||||
|
|
|
@ -6,6 +6,7 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"tex",
|
||||
"diff",
|
||||
"html",
|
||||
"javascript",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue