vim-localvimrc VS vim-dotenv

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

vim-localvimrc

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

vim-dotenv

dotenv.vim: Basic support for .env and Procfile (by tpope)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vim-localvimrc vim-dotenv
10 3
473 183
- -
3.3 0.0
21 days ago almost 2 years ago
Vim Script Vim Script
GNU General Public License v3.0 only -
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-localvimrc

Posts with mentions or reviews of vim-localvimrc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.

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/

What are some alternatives?

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

editorconfig-vim - EditorConfig plugin for Vim

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

exrc.vim - Local vimrc files

vim-projplugin - A ftplugin but for projects

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

vim-autosource - Manage Vim configuration for projects.

ctrlp.vim - Fuzzy file, buffer, mru, tag, etc finder.

nvim-projectconfig - neovim projectconfig

coc-htmldjango - django templates (htmldjango) extension for coc.nvim. Provides "formatter", "linter", "completion" and more...

null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.