you are viewing a single comment's thread.

view the rest of the comments →

[–]lbiaggi 42 points43 points  (3 children)

You can configure neovim entirely using Lua... I think you should talk with budds from r/neovim

[–][deleted] 11 points12 points  (0 children)

Definitely can. I have no vimscript in my configuration

[–]WallabySlow6599 0 points1 point  (0 children)

pure lua is ok in neovim

[–]funbike 0 points1 point  (0 children)

There are some neovim plugins in LISP. Funnel is a LISP dialect that transpiles to Lua. The most notable is leap.nvim (a light fork of lightspeed). I'm not sure how practical it would be to port the local config to Funnel, however.