trixy/README.md

29 lines
762 B
Markdown
Executable file

<p align="center">
<img src="pictures/trixy.jpg" />
</p>
# Opinionated configuration for NeoVim, aiming to be powerful whilst being minimal.
## Notable plugins and features include :
- Whole configuration is written in `fennel` - lisp that compiles into lua
- `lazy.nvim` for plugin management
- `tangerine` for fennel compilation
- `hibiscus` for neovim fennel macros
- `markview.nvim` for amazing markdown previewing
- `oil.nvim` for buffer filesystem manipulation
- `lsp-zero` as a language server setup, simply briliant
- ...
# Installation
```
$ git clone https://gitlab.com/zeitgeizt/trixy ~/.config/nvim/
nvim +"Lazy sync"
```
It should pull Lazy.nvim itself, and also all of the plugins. Run :Mason to install your Language Servers of choice.