Skip to content

fedemengo/nvim

Repository files navigation

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

Languages