AutoYADM commit: 2024-12-16 00:30:01

This commit is contained in:
Daniel Fichtinger 2024-12-16 00:30:01 -05:00
parent fdcfc9d0f8
commit eeec7ad37c
2 changed files with 16 additions and 15 deletions

View file

@ -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

View file

@ -6,6 +6,7 @@ return {
ensure_installed = {
"bash",
"c",
"tex",
"diff",
"html",
"javascript",