-
Notifications
You must be signed in to change notification settings - Fork 177
[NOTICE]: Moved this to DrKJeff16/project.nvim
#158
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
8f984f6
chore: Format with stylua.
DrKJeff16 2a18fba
fix: Got rid of deprecations.
DrKJeff16 8cb4b93
fix: Renamed declared identifiers.
DrKJeff16 b6ec183
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 85c2300
docs: Add some annotations.
DrKJeff16 0268421
docs: Add annotation to func for warning removal.
DrKJeff16 51fff27
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 e7a4c10
docs: Add some annotations.
DrKJeff16 85df8e7
docs: Add annotation to func for warning removal.
DrKJeff16 f98a0b9
fix: (Read description) Annotations + code fixes.
DrKJeff16 4e7d846
fix: (Read description) `project.lua` code improvements
DrKJeff16 3249dca
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 85bc488
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 41a7a09
fix: (Read description) Annotations + code fixes.
DrKJeff16 495a874
fix: (Read description) `project.lua` code improvements
DrKJeff16 6f1ed8d
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 1e716ea
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 226f3eb
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 b4e4c9d
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 58765dd
fix: Extended instructions, fixed some words.
DrKJeff16 9f1505c
fix(telescope): Added annotations across the file.
DrKJeff16 aca62fb
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 f86cf8e
fix(telescope): Added annotations across the file.
DrKJeff16 e4db2d4
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 33702e2
chore: Added Vim comments on top of all lua files.
DrKJeff16 4a0eb11
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 6fc9275
chore: Added Vim comments on top of all lua files.
DrKJeff16 5ac6e7a
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 19fd3b8
fix(telescope): Added annotations across the file.
DrKJeff16 168826a
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 048fd2f
chore: Added Vim comments on top of all lua files.
DrKJeff16 96e778b
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 3dc4dec
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 cab38c6
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 222884d
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 cdd0d2a
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 554ebc9
fix: Extended instructions, fixed some words.
DrKJeff16 136615f
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 1caa6e1
Merge remote-tracking branch 'refs/remotes/origin/docs' into docs
DrKJeff16 2c66e15
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 9361f14
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 48e1e3f
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 00a6906
fix: Extended instructions, fixed some words.
DrKJeff16 5f8661d
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 794f45f
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 2424772
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 fc134ea
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 ba2f6be
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 471e693
Merge remote-tracking branch 'refs/remotes/origin/main'
DrKJeff16 9b9cb37
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 eede615
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 3759f76
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 5d97033
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 e685055
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 8b28ce9
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 442ddd1
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 ac8b643
fix: Extended instructions, fixed some words.
DrKJeff16 3ff24f5
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 c63ba91
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 3914103
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 250d1b1
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 2aa7f74
Merge branch 'main' of github.com:DrKJeff16/project.nvim
DrKJeff16 bb0e2d2
ci: Add `pre-commot` hooks.
DrKJeff16 b41821e
ci: Change stylua options for the defaults I use.
DrKJeff16 df6192c
chore: Format with stylua.
DrKJeff16 4c61356
docs(README): Update README to fix corrections, deprecations, and style.
DrKJeff16 f638684
refactor(project): Favour using `for x, y in next, T ...` FOR loops.
DrKJeff16 e94a20f
refactor: Favour `for x,y in next, T` loops.
DrKJeff16 0055222
docs(config): Add descriptions to annotations for `project_nvim.config`.
DrKJeff16 b18264d
perf(project): Decrease complexity for some code blocks, separated cmds.
DrKJeff16 6943ba4
feat(project)!: Added an autocmd event to existing ones.
DrKJeff16 9a0ad6b
feat: Added entry points for submodules.
DrKJeff16 1524b04
Revert "feat: Added entry points for submodules."
DrKJeff16 d73f435
docs(project): Added annotations and personal comments (mostly warnin…
DrKJeff16 bf0cc79
fix(project): Read commit description.
DrKJeff16 b85f7bb
chore: Annotations fixed and renamed `init.lua` module table.
DrKJeff16 a6e457b
fix(telescope): Decreased complexity, added annotations.
DrKJeff16 c1aa993
chore(project): Fix bad TODO comment.
DrKJeff16 0acd3da
docs: Rewrote `README.md` and added more structure to it.
DrKJeff16 bab1089
fixup: Removed emojis from titles for TOC to be of use in README.
DrKJeff16 d0e62e1
chore(README): Use parentheses for better consistency.
DrKJeff16 16f9e79
fix: Fixed typo (read description).
DrKJeff16 8817938
feat(repo): Add default issue templates for this repo.
DrKJeff16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.