fedemengo / nvim

Neovim configuration in Fennel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim config in lisp

Nvim config in fennel (lisp)

Requirements

  • fennel
  • npm - for some language server
  • node16 - for copilot
  • python3.10-venv
  • fd/fd-find
  • rg

other stuff for LSPs

  • pylsp-mypy
  • pep8

Plugins

Different plugins will require different binaries, here some

  • fd
  • rg
  • gopls
  • prettier

Bootstrap

Install required plugins with :PackerInstall, that's it

About

Neovim configuration in Fennel

License:MIT License


Languages

Language:Fennel 98.4%Language:Lua 0.9%Language:Shell 0.7%