trixy/README.md

29 lines
762 B
Markdown
Raw Normal View History

2023-08-03 00:38:11 +02:00
2023-08-03 00:38:54 +02:00
<p align="center">
2024-02-06 00:47:31 +01:00
<img src="pictures/trixy.jpg" />
2023-08-03 00:38:54 +02:00
</p>
2023-08-03 00:38:11 +02:00
2023-08-03 00:38:54 +02:00
2024-07-14 19:14:01 +02:00
# Opinionated configuration for NeoVim, aiming to be powerful whilst being minimal.
2023-07-25 16:29:10 +02:00
## Notable plugins and features include :
2024-07-14 19:14:01 +02:00
- 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
2023-08-02 21:19:21 +02:00
- `lsp-zero` as a language server setup, simply briliant
2024-02-06 00:47:31 +01:00
- ...
2023-08-03 00:34:12 +02:00
# Installation
```
2024-07-14 19:14:01 +02:00
$ git clone https://gitlab.com/zeitgeizt/trixy ~/.config/nvim/
2023-08-03 00:34:12 +02:00
nvim +"Lazy sync"
```
2023-08-03 00:34:12 +02:00
It should pull Lazy.nvim itself, and also all of the plugins. Run :Mason to install your Language Servers of choice.