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

Fixed deprecations, adapted some code, format with stylua, README overhaul #158

Open
wants to merge 62 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
8f984f6
chore: Format with stylua.
DrKJeff16 Jun 30, 2024
2a18fba
fix: Got rid of deprecations.
DrKJeff16 Jun 30, 2024
8cb4b93
fix: Renamed declared identifiers.
DrKJeff16 Jun 30, 2024
b6ec183
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 Jun 30, 2024
85c2300
docs: Add some annotations.
DrKJeff16 Jun 30, 2024
0268421
docs: Add annotation to func for warning removal.
DrKJeff16 Jun 30, 2024
51fff27
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 Jun 30, 2024
e7a4c10
docs: Add some annotations.
DrKJeff16 Jun 30, 2024
85df8e7
docs: Add annotation to func for warning removal.
DrKJeff16 Jun 30, 2024
f98a0b9
fix: (Read description) Annotations + code fixes.
DrKJeff16 Aug 9, 2024
4e7d846
fix: (Read description) `project.lua` code improvements
DrKJeff16 Aug 9, 2024
3249dca
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 Aug 9, 2024
85bc488
fix: Favour `vim.uv` over `vim.loop`.
DrKJeff16 Jun 30, 2024
41a7a09
fix: (Read description) Annotations + code fixes.
DrKJeff16 Aug 9, 2024
495a874
fix: (Read description) `project.lua` code improvements
DrKJeff16 Aug 9, 2024
6f1ed8d
fix: (Read description) `utils/history.lua` code improvements
DrKJeff16 Aug 9, 2024
1e716ea
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 Aug 11, 2024
226f3eb
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
b4e4c9d
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 Aug 11, 2024
58765dd
fix: Extended instructions, fixed some words.
DrKJeff16 Aug 11, 2024
9f1505c
fix(telescope): Added annotations across the file.
DrKJeff16 Aug 12, 2024
aca62fb
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 Aug 12, 2024
f86cf8e
fix(telescope): Added annotations across the file.
DrKJeff16 Aug 12, 2024
e4db2d4
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 Aug 12, 2024
33702e2
chore: Added Vim comments on top of all lua files.
DrKJeff16 Aug 12, 2024
4a0eb11
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 Aug 12, 2024
6fc9275
chore: Added Vim comments on top of all lua files.
DrKJeff16 Aug 12, 2024
5ac6e7a
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 Aug 12, 2024
19fd3b8
fix(telescope): Added annotations across the file.
DrKJeff16 Aug 12, 2024
168826a
fix(telescope): Fixed redundant conditional statement.
DrKJeff16 Aug 12, 2024
048fd2f
chore: Added Vim comments on top of all lua files.
DrKJeff16 Aug 12, 2024
96e778b
refactor(project)!: Rewrote autocmd statements using Lua.
DrKJeff16 Aug 12, 2024
3dc4dec
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
cab38c6
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 Aug 11, 2024
222884d
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
cdd0d2a
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 Aug 11, 2024
554ebc9
fix: Extended instructions, fixed some words.
DrKJeff16 Aug 11, 2024
136615f
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
1caa6e1
Merge remote-tracking branch 'refs/remotes/origin/docs' into docs
DrKJeff16 Aug 21, 2024
2c66e15
chore: Add Vim comment to `README` for consistent indentation.
DrKJeff16 Aug 11, 2024
9361f14
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
48e1e3f
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 Aug 11, 2024
00a6906
fix: Extended instructions, fixed some words.
DrKJeff16 Aug 11, 2024
5f8661d
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
794f45f
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
2424772
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
fc134ea
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
ba2f6be
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
471e693
Merge remote-tracking branch 'refs/remotes/origin/main'
DrKJeff16 Aug 21, 2024
9b9cb37
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 Aug 21, 2024
eede615
fix!: Set type annotation to main module, improve `setup()`.
DrKJeff16 Aug 21, 2024
3759f76
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 Aug 11, 2024
5d97033
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
e685055
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
8b28ce9
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
442ddd1
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
ac8b643
fix: Extended instructions, fixed some words.
DrKJeff16 Aug 11, 2024
3ff24f5
fix: More hyperlinks and better code blocks in `README`.
DrKJeff16 Aug 11, 2024
c63ba91
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
3914103
feat: Added install instructions for `lazy.nvim`.
DrKJeff16 Aug 11, 2024
250d1b1
fix(README): Aesthetic fixes, sections dropped, comments and more.
DrKJeff16 Aug 12, 2024
2aa7f74
Merge branch 'main' of github.com:DrKJeff16/project.nvim
DrKJeff16 Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Added install instructions for lazy.nvim.
Signed-off-by: Guennadi Maximov C <[email protected]>
DrKJeff16 committed Aug 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 391410351c11c7e61c42ec1d5200ee9afe96b4ff
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -72,12 +72,7 @@ lua << EOF
EOF
```

</details>

<details>
<summary>
<a href="https://github.com/folke/lazy.nvim">lazy.nvim</a>
</summary>
### [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
-- Lua
@@ -99,12 +94,7 @@ require("lazy").setup({
})
```

</details>

<details>
<summary>
<a href="https://github.com/wbthomason/packer.nvim">packer.nvim</a>
</summary>
### [packer](https://github.com/wbthomason/packer.nvim)

```lua
-- Lua