41 lines
1.3 KiB
Lua
41 lines
1.3 KiB
Lua
-- ╭─────────╮
|
|
-- │ Styling │
|
|
-- ╰─────────╯
|
|
return {
|
|
{
|
|
-- "dqnid/plain-colors.nvim",
|
|
-- dir = "~/Documents/Proyectos/neovim-theme",
|
|
dir = "~/Documents/Code/plain-colors.nvim",
|
|
name = "rose-pine",
|
|
opts = {
|
|
variant = "darker", -- dark, light, darker
|
|
},
|
|
},
|
|
{ "echasnovski/mini.icons" },
|
|
|
|
|
|
{
|
|
"shortcuts/no-neck-pain.nvim",
|
|
version = "*",
|
|
},
|
|
|
|
-- {
|
|
-- "sphamba/smear-cursor.nvim",
|
|
-- opts = {
|
|
-- smear_between_buffers = false,
|
|
-- smear_between_neighbor_lines = true,
|
|
-- scroll_buffer_space = true,
|
|
-- -- Set to `true` if your font supports legacy computing symbols (block unicode symbols).
|
|
-- legacy_computing_symbols_support = false,
|
|
-- smear_insert_mode = true,
|
|
--
|
|
-- -- fast smear
|
|
-- stiffness = 0.8, -- 0.6 [0, 1]
|
|
-- trailing_stiffness = 0.5, -- 0.4 [0, 1]
|
|
-- stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
|
-- trailing_stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
|
|
-- distance_stop_animating = 0.5, -- 0.1 > 0
|
|
-- },
|
|
-- },
|
|
}
|