An open API service indexing awesome lists of open source software.

https://github.com/php1ic/php1ic-nvim

My neovim config
https://github.com/php1ic/php1ic-nvim

Last synced: 23 days ago
JSON representation

My neovim config

Awesome Lists containing this project

README

          

This config uses the inbuilt [lsp](https://microsoft.github.io/language-server-protocol/) functionality from [neovim](https://github.com/neovim/neovim).

Plugins are used via [lazy](https://github.com/folke/lazy.nvim) so be sure that the necessary config have been run.

Once cloned, symlink the repo's directory to the location neovim will look for, something like this:
```bash
cd /path/to/repos
git clone https://github.com/php1ic/php1ic-nvim
ln -s /path/to/repos/php1ic-nvim ~/.config/nvim
```

Initial run will automatically download and install all packages so may take a minute or two.
[Treesitter](https://tree-sitter.github.io/tree-sitter/) is used so you will need to `:TSInstall` the languages you care about, but is hopefully should 'just work'.

Additional fonts may also be required for the status bar and some file navigation.
Install those you are missing form the [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) repo.