Fennel neovim config for a pragmatic programmer!
Go to file
2024-07-20 13:22:11 +02:00
fnl remove some stuff 2024-07-20 13:22:11 +02:00
pics update readme, remove lua_bak 2024-07-14 19:17:09 +02:00
.gitignore update gitignore 2024-07-14 19:18:04 +02:00
init.fnl remove hlchunk, change colorscheme 2024-07-20 13:18:47 +02:00
init.lua rewrite in fennel, second cour 2024-07-14 19:04:45 +02:00
LICENSE Back up work 2024-02-04 00:25:41 +01:00
README.md add fennel lsp and update readme 2024-07-15 00:56:29 +02:00

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

# doas pacman -S fennel

$ git clone https://git.bonsai.cool/brk/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.