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
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
if vim.g.neovide then
|
-- if vim.g.neovide then
|
||||||
local nv_opts = {
|
-- local nv_opts = {
|
||||||
cursor = {
|
-- cursor = {
|
||||||
animation_length = 0.05,
|
-- animation_length = 0.05,
|
||||||
trail_size = 0.5,
|
-- trail_size = 0.5,
|
||||||
animate_command_line = false,
|
-- animate_command_line = false,
|
||||||
},
|
-- },
|
||||||
animations = {
|
-- animations = {
|
||||||
position_animation_length = 0.10,
|
-- position_animation_length = 0.10,
|
||||||
scroll_animation_length = 0.1,
|
-- scroll_animation_length = 0.1,
|
||||||
hide_mouse_when_typing = true,
|
-- hide_mouse_when_typing = true,
|
||||||
},
|
-- },
|
||||||
}
|
-- }
|
||||||
require("neovide-config").setup(nv_opts)
|
-- require("neovide-config").setup(nv_opts)
|
||||||
end
|
-- end
|
||||||
|
|
|
@ -6,6 +6,7 @@ return {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
|
"tex",
|
||||||
"diff",
|
"diff",
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue