thomazmoura / dev-environment

Dev Environment for developing with NeoVim
MIT License
3 stars 0 forks source link

📦💻 - Fix ftplugin #8

Closed thomazmoura closed 2 years ago

thomazmoura commented 2 years ago

The problem was caused by a misconfiguration of NeoVim folders. After remapping the folders from ~/.vim to ~/.local/shared/nvim/site it started working as expected. I've also added a Symbolic link from that folder to ~/.vim just for practicity.