# init.lua My NeoVIM configuration, hope you like it :) ## Installation ```sh cd ~/.config/ rm -rf nvim/ git clone https://git.sofiaritz.com/sofia/init.lua nvim # See [Packer quickstart](https://github.com/wbthomason/packer.nvim#quickstart) git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim # (ignore errors) nvim # Run :PackerSync ``` ## Keybindings `` is `` `pf` → Project files (`find_files`) `ps` → Project search (`grep_str`) `gf` → Git files (`git_files`) `gs` → Git status `u` → Undo tree `mh` → LSP hover `mr` → LSP rename `ma` → LSP action `mgd` → LSP go to definition `mgD` → LSP go to declaration `mgr` → LSP go to references `mf` → LSP format