this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add after paths from NeoVim configuration

+4
+3
modules/nvim.nix
··· 7 7 nvim = pkgs.neovim.override { 8 8 configure = { 9 9 # Add Fennel to Lua path and require basic implementation 10 + # 11 + # runtimepath editing is not yet perfect, but works good enough so far 10 12 customRC = '' 13 + set runtimepath+=${./nvim}/after 11 14 set runtimepath^=${./nvim} 12 15 lua << EOF 13 16 vim.g.lsp_paths = {
+1
modules/nvim/fnl/plugins.fnl
··· 38 38 39 39 ; Git 40 40 (pkg :tpope/vim-fugitive) 41 + (pkg :rbong/vim-flog) 41 42 42 43 ; Languages 43 44 (pkg :elixir-editors/vim-elixir