vim-dotenv VS vim-projplugin

Compare vim-dotenv vs vim-projplugin and see what are their differences.

vim-dotenv

dotenv.vim: Basic support for .env and Procfile (by tpope)

vim-projplugin

A ftplugin but for projects (by jandamm)
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
vim-dotenv vim-projplugin
3 2
183 5
- -
0.0 0.0
almost 2 years ago over 2 years ago
Vim Script Vim Script
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-dotenv

Posts with mentions or reviews of vim-dotenv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-02.
  • Debug go with nvim-dap
    1 project | /r/neovim | 27 Aug 2022
    I use nvim-dap and nvim-dap-go for debugging microservices and Go based tests on a daily basis. For loading .env files, i have a keybind set up to run vim-dotenv (https://github.com/tpope/vim-dotenv). If dap is supposed to autoload env files, I've never read about it. :-)
  • How do i use dotenv.vim by tpope?
    1 project | /r/vim | 3 Aug 2021
    I take it you read https://github.com/tpope/vim-dotenv?
  • Best way to have project specific settings?
    5 projects | /r/vim | 2 Aug 2021
    Using environment vars should be good : https://github.com/tpope/vim-dotenv is a plugin able to read .env files. you can also run vim like this PROJECT=myproject SPACES=4 vim but I don't think this will do the trick for you. Finally if it is only a indent/end char/... issue, you can check https://editorconfig.org/

vim-projplugin

Posts with mentions or reviews of vim-projplugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-02.
  • Looking for a plugin for project setting management
    1 project | /r/neovim | 3 May 2023
    I've written my own plugin for that: https://github.com/jandamm/vim-projplugin You'll add a projplugin folder to your vim config and it'll load the files matching to the current projects name. If the folder name isn't enough to determine the name you can create your own project name from the folders path.
  • Best way to have project specific settings?
    5 projects | /r/vim | 2 Aug 2021
    I've written a plugin which solves this for me: https://github.com/jandamm/vim-projplugin

What are some alternatives?

When comparing vim-dotenv and vim-projplugin you can also consider the following projects:

npm.nvim - Npm plugin to make vim user works with npm easier

vim-localvimrc - Search local vimrc files (".lvimrc") in the tree (root dir up to current dir) and load them.

editorconfig-vim - EditorConfig plugin for Vim