Xavier Logerais
99209b6963
feat: Personnal configuration
2025-04-01 16:13:36 +00:00
Mark WENG
870c63b394
refactor: move filetype customization from polish.lua to astrocore.lua ( #31 )
...
Co-authored-by: Mark Weng <mweng@nvidia.com>
2025-03-29 08:24:27 -04:00
Micah Halter
4f9610c3b7
AstroNvim v5 ( #29 )
...
* fix(astrocore): update to the new `diagnostics` settings style
* fix(mason): move to installing Mason packages with `mason-tool-installer.nvim`
* fix(user): update dashboard header example to use `snacks.dashboard`
* fix(lazy_setup): bump version to v5 for release
2025-03-26 14:57:20 -04:00
ItsDrike
20450d8a65
fix(none-ls): Only extend sources, don't replace ( #19 )
2024-07-10 08:00:13 -04:00
Micah Halter
b3f629a30e
fix(astrolsp): remove old config option
2024-07-01 04:13:04 -04:00
Micah Halter
7af067e0ff
refactor(plugins): ensure_installed
tables now extend by default
2024-06-07 09:26:11 -04:00
manuuurino
16d0839d84
chore: match the default large buffer size from AstroNvim
2024-06-05 23:07:24 -04:00
Micah Halter
0fbcbe5eb7
chore: make lsp happier
2024-06-04 09:11:19 -04:00
Hussain
b777fe96c3
fix(mappings): Fix flipped 'Next buffer' & 'Previous buffer'
2024-05-23 02:19:05 -04:00
Micah Halter
8a474001f4
chore: make demonstrated examples the default values of AstroNvim
2024-05-22 09:13:33 -04:00
Micah Halter
5aedbc8d99
fix(astroui): fix incorrect astrotheme colorscheme name
2024-05-10 08:40:20 -04:00
Micah Halter
a703cdbe01
chore(astrocore): simplify L
and H
example mappings
2024-04-06 08:09:53 -04:00
Micah Halter
9e3be30b92
fix!: diagnostics
configuration moved to AstroCore
2024-03-05 14:13:36 -05:00
Micah Halter
d1c8c8c9a6
chore: increase default large_buf size
2024-02-26 09:20:41 -05:00
Micah Halter
b2b495ff0d
doc: clarify lua language server setup
2024-02-23 15:53:28 -05:00
Ben Woodward
046e991ca0
fix: spelling
2024-02-23 15:37:39 -05:00
Micah Halter
51d6413e03
fix(astrolsp): lsp_handlers
removed and moved to a full config table
2024-02-22 10:00:54 -05:00
Micah Halter
046d464243
revert!: list_inesrt_unique
moved back to taking a table
2024-02-22 10:00:51 -05:00
luxus
a2218c603b
fix(lsp): Typo in the comment
2024-02-19 20:29:30 -05:00
Micah Halter
215d9457c1
feat: add TODO comment strings to highlight lines to modify
2024-02-19 13:33:56 -05:00
Micah Halter
6e5afbe75d
refactor: combine files to align with plugin organization and add more comments
2024-02-14 11:12:47 -05:00
Micah Halter
d5dc216288
refactor: code cleanup
2024-02-13 14:22:20 -05:00
Micah Halter
95082bdcfd
refactor: move community
to a separate file
2024-02-13 14:03:46 -05:00
Micah Halter
4aa332ee0b
refactor!: options moved to AstroCore
2024-02-13 10:35:34 -05:00
Micah Halter
568db39c67
fix(astrocore): max_file
renamed to large_buf
2024-02-06 13:47:21 -05:00
Micah Halter
f142075daa
fix(plugins): update mapping casing
2024-01-28 09:58:38 -05:00
Micah Halter
c886e9ffeb
feat(lsp): add example of LSP features
2024-01-22 13:09:26 -05:00
Micah Halter
5ce8fbf9cc
feat: add typings to tables
2024-01-20 00:40:08 -05:00
Micah Halter
550a3b6cab
chore(mason): make it easier to modify list_insert_unique
call
2024-01-19 15:57:33 -05:00
Micah Halter
2813f57ab9
chore(treesitter): make it easier to modify list_insert_unique
call
2024-01-19 15:56:43 -05:00
Micah Halter
921a73c4a6
fix: update to new list_insert_unique
format
2024-01-19 13:13:52 -05:00
manuuurino
1a7f4cc8ad
fix(core): fix require typo
2024-01-12 09:24:56 -05:00
manuuurino
a3f12bbc69
fix(mappings): fix require typo
2024-01-12 09:24:56 -05:00
manuuurino
f80d456010
feat(ui): added example file
2024-01-12 09:24:02 -05:00
Micah Halter
51e96efe93
docs: add notice about community example
2024-01-12 08:56:52 -05:00
Uzair Aftab
151a16113d
fix(none-ls): Swap out jose-elias-alvarez/null-ls
with nvimtools/none-ls
2023-12-14 16:12:10 -05:00
Micah Halter
02bbc5fca7
fix(none-ls): update null-ls
file to none-ls
2023-12-14 16:05:47 -05:00
Uzair Aftab
ba2038a9c6
fix(mappings): Fix issue with wrong imports in commented out code
2023-12-07 07:04:17 -05:00
Micah Halter
e5ff5111a5
fix: ignore missing fields for LSP configuration options
2023-10-26 10:39:30 -04:00
Micah Halter
4e9e8032ab
chore: fix various typos
2023-08-10 07:50:21 -04:00
Micah Halter
4f0762be2d
feat: add lua_ls
completion for AstroNvim core plugins
2023-08-10 07:49:22 -04:00
Micah Halter
d0eaa28b5a
chore(mappings): improve example mappings
2023-07-31 10:13:49 -04:00
Micah Halter
e9875c83b6
refactor: clean up user example files to be easier to follow
2023-07-27 12:58:52 -04:00
Micah Halter
4f704ee476
fix: update mappings
2023-07-26 09:28:08 -04:00
Micah Halter
b30ee0385f
fix: astrocore.utils
moved to astrocore
2023-07-26 09:08:29 -04:00
Micah Halter
5dae91a387
feat!: Move to AstroNvim v4 distributed through lazy.nvim
2023-07-25 15:34:21 -04:00