# nvim My neovim config written in fennel. # Dependencies ``` neovim = nightly ``` # Structure ``` . └── fnl ├── plugins # Plugin configs. │   └── lsp # LSP related configs. └── settings # Neovim settings. ```