37c486ca94
chore(workspaces/tab-bar): disable new auto-width feature
2024-10-18 03:07:03 +01:00
e4c5f150b4
chore(formatting/prettier): don't use prettier to format XML files
2024-10-18 03:07:00 +01:00
c6ef45ffbe
chore(package): remove override of refine package
...
Relevant PRs are merged.
2024-10-18 03:05:30 +01:00
2b4c3a2d7a
feat(core): add siren list manipulation helper functions
2024-10-18 03:04:08 +01:00
f70de31989
fix(completion/yasnippet): fix completion issues caused by yasnippet
...
This somewhat works around some changes to cape, which I was abusing to
effectively get a capf yasnippet function that would only return results
on exact matches. This allows normal lsp completion to work just fine,
except for exact matches against specific snippets.
Now we use the yasnippet-capf package instead, no longer needing the
company-yasnippet package, and hacking it to also only give a single
result back, with some caveats.
2024-10-18 02:47:37 +01:00
d81416d0fb
chore(packages): update lock file
2024-10-17 23:47:16 +01:00
32949413d2
chore(packages): update lock file
2024-10-17 22:48:56 +01:00
fd7146a3b3
chore(packages): update lock file
2024-09-13 08:32:04 +01:00
32dfd4dd16
chore(package/vertico): remove definition override that fixed build
...
Upstream package definition no correctly includes the various
extensions, so this override is no longer needed.
2024-09-13 08:27:57 +01:00
e0376e6830
chore(package/dirvish): switch to another fork with more fixes
2024-09-13 08:23:06 +01:00
dec45868d3
fix(package/refine): use fork of refine with fixes
2024-09-13 08:22:47 +01:00
Jim Myhrberg
6ec4e0c911
chore(packages): update locked versions related gpt operations
2024-09-02 11:05:44 +01:00
c5f6383c7e
feat(copilot): disable copilot-mode in *scratch* buffers
2024-08-11 00:34:17 +01:00
Jim Myhrberg
590c0bedc9
chore(language/ruby): simplify lsp-solargraph format-on-save predicate
2024-08-11 00:29:15 +01:00
Jim Myhrberg
ea7621478e
feat(language/ruby): improve and customize ruby-ts-mode setup
2024-08-11 00:00:00 +01:00
Jim Myhrberg
e97183ee71
feat(language/go): enable lsp-mode in go.mod and go.work files
2024-08-10 23:50:13 +01:00
9fdf08a804
feat(language/go): remove inlay hints and add commended out gopls debug settings
2024-08-06 23:49:09 +01:00
2f17a18122
chore(language/go): remove custom tree-sitter highlight pattern
...
This pattern is part of the official highlight queries, and has been for
some time now.
2024-08-06 23:10:44 +01:00
224a6f659a
feat(language/go): basic prep and setup to test go-ts-mode
2024-08-06 23:10:08 +01:00
Jim Myhrberg
e0b771bf12
feat(themes/doom-themes-overrides): improve lsp-highlight and symbol-overlay
2024-08-06 18:53:38 +01:00
Jim Myhrberg
ca739bac80
feat(language/terraform): re-enable lsp-mode, seems more stable now
2024-08-06 18:52:45 +01:00
Jim Myhrberg
72cf92293e
feat(language/ruby): various tweaks for testing ruby-ts-mode and other improvements
2024-08-06 18:51:14 +01:00
Jim Myhrberg
4cff1f760b
fix(org-mode): remove custom tab-width setting
...
Apparently tab-width must be 8 in org-mode, as I am getting errors
saying just that when it is set to 2.
2024-07-17 13:13:16 +01:00
Jim Myhrberg
9ba69c8e62
fix(language/toml): switch back to conf-toml-mode
2024-07-15 10:50:21 +01:00
Jim Myhrberg
64d520c1d5
revert(text-editing/smartparens): disable navigate action on {} pair
...
This reverts commit 2dfc86b610 .
Removing navigate action on {} pair has a lot more side effects which
are very annoying. I will need to find another workaround.
2024-07-15 10:48:30 +01:00
Jim Myhrberg
7d4fbe3915
fix(org-mode): remove setting causing error in latest nightly builds
2024-07-15 10:44:43 +01:00
Jim Myhrberg
a3db94275b
chore(vendor): tweak comment headers for flycheck-erblint and erblintfmt
2024-07-12 02:09:32 +01:00
Jim Myhrberg
de9fee4875
feat(ai): tweak chatgpt and gptel setup
2024-07-12 02:01:39 +01:00
Jim Myhrberg
d0ef255906
feat(language/erb): setup linting and formatting of ERB files via erblint
2024-07-12 02:00:32 +01:00
Jim Myhrberg
9e6ce1eaa8
fix(language/yaml): provide filename to actionlint linter
2024-05-27 10:30:40 +01:00
fe47210ec8
chore(language/toml): don't install conf-toml-mode if toml-ts-mode is available
2024-05-26 23:57:03 +01:00
eec29b6c55
chore(text-editing/smartparens): remove old {} pair post-handler
...
I don't recall why I added this in 2015, and as far I can tell removing
it doesn't affect anything.
2024-05-26 23:52:24 +01:00
2dfc86b610
fix(text-editing/smartparens): disable navigate action on {} pair
2024-05-26 23:52:14 +01:00
97ff56053a
chore(copilot): update git repo reference
2024-05-26 23:48:02 +01:00
1dfd9d28a0
fix(language/yaml): define custom tree-sitter queries
...
The upstream queries have been modified causing a dramatic change to the
visual coloring of syntax highlighting of YAML files when using
tree-sitter-mode. Hence I'm here setting custom highlight queries that
work my preferred way.
2024-05-13 01:21:18 +01:00
ae741a69ca
chore(packages): update lock file
2024-05-12 21:52:36 +01:00
github-actions[bot]
46e73d56f9
chore(master): release 0.8.49 ( #24 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.8.49
2024-05-12 17:58:11 +01:00
6faa4d9f65
fix(language/terraform): disable lsp-mode and tree-sitter-mode
...
Both cause annoyances and freezes, to the point they're generally not
worth using right now.
2024-05-12 13:52:32 +01:00
50ef997d41
chore(packages): update lock file
2024-05-12 13:31:59 +01:00
6e9307d616
feat(editor/env): switch from direnv package to envrc and mise
...
envrc.el should be less invasive overall, and mise does the same thing,
but for mise instead of direnv.
2024-05-09 02:31:34 +01:00
7dfc8b575b
feat(ai/chatgpt): add more models and use gpt-4-turbo-preview as default
2024-03-02 11:41:52 +00:00
ac621b3103
feat(ai/chatgpt): use the same API key for all models
2024-02-29 21:03:22 +00:00
983e6f64b0
chore(packages): update lock file
2024-02-23 23:42:57 +00:00
a1ce447387
fix(completion/copilot): ignore buffers which name start with *temp*
2024-02-23 23:35:55 +00:00
cd19c5e5f5
chore(packages): update lock file
2024-02-23 22:20:52 +00:00
d97e02dbb8
fix(completion/copilot): update config name after rename in package
2024-02-19 01:14:57 +00:00
ed2c051ea1
feat(core/linux): maximize window after finished loading
2024-02-19 01:12:24 +00:00
540bae2af2
chore(themes/doom-overrides): tweak symbol-overlay colors
2024-02-10 13:09:34 +00:00
d608d968e4
feat(version-control/magit): add convention-commit package
...
Suggests commit types in git-commit-mode.
2024-02-07 13:51:11 +00:00
github-actions[bot]
6868044bc7
chore(master): release 0.8.48 ( #23 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v0.8.48
2024-02-01 23:12:34 +01:00