Skip to content

a neovim plugin to quickly toggle features that make it easier for an observer to understand what you are doing.

Notifications You must be signed in to change notification settings

redxtech/sharing.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharing.nvim

a neovim plugin to quickly toggle features that make it easier for an observer to understand what you are doing.

installation

install using your favorite package manager:

lazy.nvim

{
  'redxtech/sharing.nvim',
  keys = {
    { 'n', '<leader>ts', '<cmd>Sharing toggle<cr>', desc = 'Toggle sharing mode' },
  },
  config = true,
}

usage

usage: :Sharing <command>

commands

  • toggle (or no command): toggles all features
  • enable: enables all features
  • disable: disables all features

features

  • toggles the show-line-numbers option
  • SOON: enables scrolling animations (requires neoscroll.nvim)

todo

  • find more things to toggle
  • toggle them
  • look into detecting sessions with instant.nvim and toggling on connection

About

a neovim plugin to quickly toggle features that make it easier for an observer to understand what you are doing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages