brainfucksec / neovim-lua

Neovim KISS configuration with Lua
GNU General Public License v3.0
822 stars 115 forks source link

Update URL of feline.nvim #15

Closed RainerKuemmerle closed 2 years ago

RainerKuemmerle commented 2 years ago

I am rather new to the whole topic of neovim, lua and so on. Let me know if something else needs to be adjusted as well.

Thank you for providing such a nice config!

brainfucksec commented 2 years ago

Hi @RainerKuemmerle, thanks a lot for the advice, I was thinking that maybe it's time to put fewer links within the module codes.

brainfucksec commented 2 years ago

This requires deleting the feline.nvim git folder to allow packer to install/manage the plugin with the new URL:

  1. Delete plugin folder:

    cd ~/.local/share/nvim/site/pack/packer/start
    rm -rf feline.nvim
  2. Open Neovim and run :PackerSync

See: https://github.com/feline-nvim/feline.nvim/issues/260