Closed NotAShelf closed 6 months ago
@horriblename sorry for moving around so much, I'll have to ask you to rebase #228, #229 and #230 around this PR again. This should be the final, but it also means that we're feature freezing main
for the time being.
modes-nvim causes visual lines selection to disappear
also please add neo-tree-nvim
neo-tree is definitely in my TODO, most likely after I merge #238
can we get codeium as well pls (for assistants) :pleading_face: https://github.com/Exafunction/codeium.vim
can we get codeium as well pls (for assistants) 🥺 Exafunction/codeium.vim
I'll add a module for it after I'm done with the refactor, but remember that you can add custom plugins easily using the updated custom plugin API
okay, great. thanks you <3
Continuation of #197. Rebased around v0.6 branch to avoid merge conflicts.
TODO
Things I might want to do:
Done
fidget.nvim
around the latest master (previously legacy branch) by FrothyMarrowlib/modules/default.nix
->flake/modules/hm-module.nix
modules/
modules/plugins/
Basic
andCore
to be isolated asmodules/core
andmodules/neovim
(previously basic)`core
will contain wrapper and build related filesneovim
will contain the most basic vim/neovim options that are passed to base configurations.inherit (lib) concatStringsSep
, we useinherit (lib.strings) concatStringsSep
to ensure clarity. This slightly clutters the beginning of each file, but it's more understandable where exactly the function comes from (especially when working with the extended lib)