trixy/README.md

24 lines
723 B
Markdown
Raw Normal View History

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-15 00:56:29 +02:00
# doas pacman -S fennel
2024-07-14 19:40:04 +02:00
$ git clone https://git.bonsai.cool/brk/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.