Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 798 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 798 Bytes

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