Skip to content
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

major cleanup #22

Merged
merged 29 commits into from
Feb 28, 2023
Merged

major cleanup #22

merged 29 commits into from
Feb 28, 2023

Conversation

NotAShelf
Copy link
Owner

@NotAShelf NotAShelf commented Feb 27, 2023

More details in #21

Refactored Modules

  • autopairs
  • comments
  • dashboard
  • filetree
  • git
  • lsp
  • markdown
  • minimap
  • notes
  • notifications
  • discord presence
  • session
  • snippets
  • statusline
  • tabline
  • terminal
    theme
  • tidal
  • treesitter
  • UI
  • utils
    • binds
    • gestures
    • telescope
    • colorizer
    • icon-picker
    • venn
  • visuals

@NotAShelf NotAShelf added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 27, 2023
@NotAShelf NotAShelf added this to the 0.3 milestone Feb 27, 2023
@NotAShelf NotAShelf self-assigned this Feb 27, 2023
@NotAShelf NotAShelf linked an issue Feb 27, 2023 that may be closed by this pull request
@NotAShelf
Copy link
Owner Author

Closes #22 when complete.

@NotAShelf NotAShelf marked this pull request as draft February 27, 2023 14:59
	new file:   modules/utility/binds/cheatsheet/cheatsheet.nix
	new file:   modules/utility/binds/cheatsheet/config.nix
	modified:   modules/utility/binds/cheatsheet/default.nix
	modified:   modules/utility/binds/default.nix
	new file:   modules/utility/binds/which-key/config.nix
	modified:   modules/utility/binds/which-key/default.nix
	new file:   modules/utility/binds/which-key/which-key.nix
	renamed:    modules/utility/colorizer.nix -> modules/utility/colorizer/colorizer.nix
	new file:   modules/utility/colorizer/config.nix
	new file:   modules/utility/colorizer/default.nix
	modified:   modules/utility/default.nix
	modified:   modules/utility/gestures/default.nix
	renamed:    modules/utility/gestures/gesture-nvim.nix -> modules/utility/gestures/gesture-nvim/config.nix
	new file:   modules/utility/gestures/gesture-nvim/default.nix
	new file:   modules/utility/gestures/gesture-nvim/gesture-nvim.nix
	renamed:    modules/utility/icon-picker.nix -> modules/utility/icon-picker/config.nix
	new file:   modules/utility/icon-picker/default.nix
	new file:   modules/utility/icon-picker/icon-picker.nix
	new file:   modules/utility/telescope/config.nix
	modified:   modules/utility/telescope/default.nix
	new file:   modules/utility/telescope/telescope.nix
	renamed:    modules/utility/venn.nix -> modules/utility/venn/config.nix
	new file:   modules/utility/venn/default.nix
	new file:   modules/utility/venn/venn.nix
@NotAShelf NotAShelf marked this pull request as ready for review February 28, 2023 08:34
@NotAShelf NotAShelf mentioned this pull request Feb 28, 2023
@NotAShelf NotAShelf merged commit 81779e5 into main Feb 28, 2023
@NotAShelf NotAShelf deleted the cleanup branch February 28, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

full module system rework
1 participant