mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
add smear cursor and add keymap for term
This commit is contained in:
parent
b2fd5f73e2
commit
88482d9279
2 changed files with 15 additions and 0 deletions
|
@ -3,6 +3,20 @@
|
|||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
{
|
||||
'sphamba/smear-cursor.nvim',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('smear_cursor').setup {
|
||||
cursor_color = '#ff8800',
|
||||
stiffness = 1,
|
||||
trailing_stiffness = 0.35,
|
||||
trailing_exponent = 15,
|
||||
hide_target_hack = false,
|
||||
gamma = 1,
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = '*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue