Skip to content

Tags: uccus/nvimdots

Tags

v2.2.0

Toggle v2.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
refactor: tidy mason and null-ls handler (ayamir#525)

* refactor: tidy mason handler

Signed-off-by: Aaron Pham <[email protected]>

* fix: typo

Signed-off-by: Aaron Pham <[email protected]>

* chore: rephrase & cleanup

* chore: clarify comments

* chore: rename setting entries

* feat: Setup null-ls correctly

* fix: `FormatterToggle` -> `FormatterToggleFt`

* chore(settings): add `jsonls` back

* chore: add type checks for settings

* fix(lsp): correctly setup mason handler

* minor fixes

* feat(settings): implement `server_block_list`

* chore: rephrase settings entry

* fix: typo

* minor update

* fix: typo

* feat: add example for custom server setup

* feat(lsp): support dartls

* fix: remove redundant checks

* feat(mason-null-ls): automatically setup default handlers

* chore(null-ls): reorganize entries

* chore(mason-null-ls): move extra settings to `mason-null-ls` to prevent overwriten

* Revert "chore(mason-null-ls): move extra settings to `mason-null-ls` to prevent overwriten"

This reverts commit 3165d59.

---------

Signed-off-by: Aaron Pham <[email protected]>
Co-authored-by: Jint-lzxy <[email protected]>
Co-authored-by: CharlesChiuGit <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use CursorHold* to improve startup time (ayamir#502)

* feat: Use CursorHold* to improve startup time

* chore(updatetime): Update comment

* fix(load): load `which-key` during initialization

* chore: Remove release note

v2.0.0

Toggle v2.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
refactor(structure)!: [BREAKING] Structurize nvim config (ayamir#458)

* refactor(structure): structurize nvim config

* Merge: #694610a23e229e92af9bbdbba18c7b6ecd0201cd and #7087c121d9c5d609d9ecfc51e130e8b984c4a59c

* style: remove extra empty line

* style: remove extra empty line

* fix!: Reorganize assets

* chore: Format with stylua

* chore: Rearrange files

* feat: Save a few keystrokes

* chore: rtp tweaks

* chore: Sync changes with 'main'

* chore: Reorganize / rename assets

* chore: Minor fixes

* chore: Sync changes with 'main'

* chore: Unify code

* fix(sqlite3): add custom path to fix sqlite3 lib issues on Windows

* chore: Sync changes

* chore(script-win): Add sqlite3 dll issue

* chore(lspsaga): Adapt options from v2.3.6

* refactor: reorganize plugins acording to new standard

* chore: rename `tools` to `tool`

* chore: move fugitive to `tool`

* typo

* chore: Sync changes with 'main'

* doc(wiki): add `plugins.md`

* rename: rename `install/` to `scripts`

* rename: rename `my-snippets` to `snips`

* chore: move `wiki` to root

* fix(snips): fix path in `package.json`

* dic(wiki): change `plugins.lua`'s title

* chore: Fixups

* chore: Update release note

* chore: Add line break

* chore: add `plugins/custom.lua` and `configs/custom/example.lua`

* revert: remove custom.lua and `configs/custom`

---------

Co-authored-by: CharlesChiuGit <[email protected]>
Co-authored-by: 冷酔閑吟 <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(README)!: Rewrite README (ayamir#454)

* refactor(README)!: Rewrite README

* chore(README): Format with prettier

* chore(README): Update links

* chore(doc): This is the right place for me

* chore(README): Adjust font size

* chore(README): Add line-break

* chore(README): Rephrase

* chore(README): Bold targets

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
chore(lockfile): auto update lazy-lock.json