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
- Host: GitHub
- URL: https://github.com/php1ic/php1ic-nvim
- Owner: php1ic
- Created: 2021-04-25T11:23:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T20:24:33.000Z (over 1 year ago)
- Last Synced: 2026-01-03T05:03:15.953Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.