# 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
`j` → Prev buf
`k` → Next buf
`` → Close buf
`K` → Hover
`gd` → Go to definition
`gD` → Go to declaration
`gi` → Go to implementation
`go` → Type definition
`gr` → Go to references
`gs` → Signature help
`` → Rename
`` → Format
`` → Code action