Skip to content

A fast file switcher akin to the one available in JetBrains products❤️ <C-Tab> over your open buffers like a champ!

License

Notifications You must be signed in to change notification settings

neovim-idea/switcher-nvim

Repository files navigation

switcher-nvim

A simple, yet powerful switcher, similar to JetBrain's one.

Simple example of switcher-nvim usage

Requirements:

  • plenary
  • nvim-web-dev-icons

Installation

Lazy

{
  "neovim-idea/switcher-nvim",
  dependencies = {
    "nvim-lua/plenary.nvim",
    "nvim-tree/nvim-web-devicons"
  },
}

Packer

use {
  "neovim-idea/switcher-nvim",
  requires = {
    "nvim-lua/plenary.nvim",
    "nvim-tree/nvim-web-devicons"
    }
}

Plug

Plug "nvim-lua/plenary.nvim"
Plug "nvim-tree/nvim-web-devicons"
Plug "neovim-idea/switcher-nvim"

Setup

Todo

  • add tests!
  • start from the 2nd
  • walk the list in reverse order via C-S-Tab
    • and start from the 2nd to last element (no nee)
  • add a right side panel for the actions

About

A fast file switcher akin to the one available in JetBrains products❤️ <C-Tab> over your open buffers like a champ!

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages