Skip to content

adelarsq/snake_cursor.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Snake Cursor for Neovim

Neovim plugin that turns your cursor into a snake while moving the cursor on the text (using hjkl or others):

image

Installing

Plug

Plug 'adelarsq/snake_cursor.nvim'

Lazy

{
    'adelarsq/snake_cursor.nvim',
    event = 'VeryLazy',
    config = function()
        require("snake_cursor").setup()
    end
},

About

Neovim plugin that turns your cursor into a snake πŸπŸ’™πŸ’›πŸ€πŸ’š

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published