-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.6 #231
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
visuals/fidget: migrate to new configuration
languages/lua: fix lua highlighting in several plugins
NotAShelf
force-pushed
the
v0.6
branch
2 times, most recently
from
February 26, 2024 05:05
09d0747
to
e88c3c8
Compare
NotAShelf
force-pushed
the
v0.6
branch
2 times, most recently
from
February 26, 2024 08:09
0b69e17
to
c986012
Compare
@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 |
8 tasks
treewide: rename **neovim-flake** to **nvf**
errors as it cannot download its spellfile. needs to be fixed
whether you set clear_on_detach to true or false you still get the default behaviour
horriblename
requested changes
Apr 27, 2024
Disable neocord by default
Do not auto apply mkLuaInline
fix: repair logo path in README
horriblename
previously approved these changes
Apr 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix treesitter.highlight.disable example
plugins/treesitter: migrate legacy codebase; refactor
bloxx12
pushed a commit
to bloxx12/nvf
that referenced
this pull request
Sep 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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)