Skip to content

diogob/nvim

Repository files navigation

This nvim configuration does not use any plugin manager. I took some code and ideas from https://github.com/echasnovski/nvim

Adding plugins

./add-plugin.sh https://github.com/<plugin-path> <plugin-name-no-extension>

Then edit lua/plugins.lua and add the code to load:

packadd_defer('<plugin-name-no-extension>')
vim.schedule(function()
  <setup code from plugin docs>
end)

If the deferred loading does not work try using packadd instead of packadd_defer.

Updating plugins

./update-plugins.sh

Removing plugins

git submodule deinit pack/plugins/<path-to-plugin>

About

My neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •