···77 nvim = pkgs.neovim.override {
88 configure = {
99 # Add Fennel to Lua path and require basic implementation
1010+ #
1111+ # runtimepath editing is not yet perfect, but works good enough so far
1012 customRC = ''
1313+ set runtimepath+=${./nvim}/after
1114 set runtimepath^=${./nvim}
1215 lua << EOF
1316 vim.g.lsp_paths = {