No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| after | ||
| lsp | ||
| lua | ||
| snippets | ||
| .envrc | ||
| .gitignore | ||
| .luarc.json | ||
| flake.lock | ||
| flake.nix | ||
| init.lua | ||
| lazy-lock.json | ||
| README.md | ||
Neovim Config
This Repository is for my personal Neovim Configuration. If you want to try my config, feel free to clone and use it. I will not explain how to set it up, though it should basically work out-of-the-box.
Optional Setup
- A default php-cs-fixer configuration can be placed at
~/.config/php-cs-fixer/default.php- It will be used if no
.php-cs-fixer.phpcan be found at the root level of the project directory
- It will be used if no
- To use custom LuaSnip snippets, create a
snippetsfolder in your home directory- It will use the standard LuaSnip-Loader logic
- For php debugging, VSCode-PHP-Debug needs to be installed at
~/tools/vscode-php-debug.
Plugins
Neovim plugins are managed through Lazy.nvim.
If you want a list of installed plugins, please look at the lazy.lock-file.
Colorschemes
To configure a colorscheme, you have to choose one from the list in
plugins/colorschemes.lua. If there is one missing, add it to the list.