adelarsq / snake_cursor.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸπŸ’™πŸ’›πŸ€πŸ’š

License:MIT License


Languages

Language:Lua 50.5%Language:Fennel 49.5%