My first neovim plugin: Opener.nvim - quickly open directories/folders

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neovide

    No Nonsense Neovim Client in Rust

  • A very simple yet useful plugin. Opener.nvim lets you open directories / folders in neovim like in mainstream editors (vscode, atom, ...). Essentially, it changes the cwd (current working directory, like :cd) and clears all buffers, tabs and windows (of course respecting any unsaved buffers). This was you can use the same editor instance for different projects / directories without reopening neovim. This is especially useful for people using a neovim GUI such as neovide, where it is time consuming to reopen the editor. Also, it may be useful for people using project-management plugins or session -management plugins, to open projects, which has not been open before.

  • opener.nvim

    Workspace / context switcher plugin for neovim

  • A very simple yet useful plugin. Opener.nvim lets you open directories / folders in neovim like in mainstream editors (vscode, atom, ...). Essentially, it changes the cwd (current working directory, like :cd) and clears all buffers, tabs and windows (of course respecting any unsaved buffers). This was you can use the same editor instance for different projects / directories without reopening neovim. This is especially useful for people using a neovim GUI such as neovide, where it is time consuming to reopen the editor. Also, it may be useful for people using project-management plugins or session -management plugins, to open projects, which has not been open before.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • Bonus: naturally opener.nvim has a built-in telescope.nvim extension for choosing directories.

  • direnv

    unclutter your .profile

  • Also, you may want to look into something like direnv which I have used to do similar things before. It can basically run shell commands automatically when you enter a directory, and undo them when you leave (only undo environment vars changing).

  • Neovim-from-scratch

    📚 A Neovim config designed from scratch to be understandable

  • I use my own configuration, which is heavily based on neovim-from-scratch (https://github.com/LunarVim/Neovim-from-scratch). In the GIF I used tokyonight (https://github.com/folke/tokyonight.nvim) as theme and the neovide gui (https://github.com/neovide/neovide ).

  • tokyonight.nvim

    🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.

  • I use my own configuration, which is heavily based on neovim-from-scratch (https://github.com/LunarVim/Neovim-from-scratch). In the GIF I used tokyonight (https://github.com/folke/tokyonight.nvim) as theme and the neovide gui (https://github.com/neovide/neovide ).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Practical Vim Command Workflow

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • How to override the colors of NeoSolarized in NeoVim

    3 projects | dev.to | 21 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024
  • Neovim plugin management inspired by Cargo

    1 project | news.ycombinator.com | 24 Mar 2024