Skip to content

A plugin for NeoVim to color the line numbers based on the current mode to help you better see the mode you're in.

Notifications You must be signed in to change notification settings

dev-cetera/nvim-color-line-numbers-by-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

NeoVim Extension

nvim-color-line-numbers-by-mode

A plugin for NeoVim to color the line numbers based on the current mode (Normal, Insert or Visual) to help you better see the mode you're in. The line colors correspond to the default mode colors of NeoVim.

Installing with Lazy

return {
  {
    "DevCetra/nvim-color-line-numbers-by-mode",
    lazy = false, --load during startup
    config = function()
      require("nvim-color-line-numbers-by-mode").setup()
    end,
  },
}

About

A plugin for NeoVim to color the line numbers based on the current mode to help you better see the mode you're in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages