Home

Awesome

:telescope: telescope-env.nvim

Watch environment variables with telescope

Demo

Demo

Installation

Vim-Plug

Plug "nvim-telescope/telescope.nvim"
Plug "LinArcX/telescope-env.nvim"

Packer

use { "nvim-telescope/telescope.nvim" }
use { "LinArcX/telescope-env.nvim" }

Setup and Configuration

require('telescope').load_extension('env')

Usage

:Telescope env

Key mappings

keyUsage
<cr>append environment name to buffer
<c-a>append environment value to buffer
<c-e>edit environment value(for the current session)

Contribution

If you have any idea to improve this project, please create a pull-request for it. To make changes consistent, i have some rules:

  1. Before submit your work, please format it with StyLua.

    1. Just go to root of the project and call: stylua .
  2. There should be a one-to-one relation between features and pull requests. Please create separate pull-requests for each feature.

  3. Please use snake_case for function names ans local variables

  4. If your PR have more than one commit, please squash them into one.

  5. Use meaningful name for variables and functions. Don't use abbreviations as far as you can.

News

Roadmap :blue_car: