Nothing interesting, just my neovim setup.
To install, clone this repo to ~/.config/nvim
Then you need to
- Install Packer plugin manager: Here
- Run
composer installinside of Phpactor LSP (since it will be installed with Packer, its location is probably~/.local/share/nvim/site/pack/packer/start/phpactor) - Open
packer.lua, run:so, then run:PackerSync
init.luais the entry point.config.luacontains general Vim config.plugins.luacontains plugin-specific config.dashboard.luacontains the config for "glepnir/dashboard-nvim" plugin that will be loaded automatically.packer.luais where all the plugins are.keymap.luais where all the keymaps are defined, they are defined ininit.lua.