Simon Lasbrugnas
b9acc5db52
chore: increase conform timeout to 500ms
2026-02-02 17:11:50 +01:00
Simon Lasbrugnas
a2e5555c64
fix(lsp)!: actually use the root lsp/ folder and remove
...
lua/custom/lsp/** configs
This commit removes the need for nvim-lspconfig which is replaced by the
vim.lsp API.
The lsp/ folder is a copy of nvim-lspconfig's lsp/ folder as it makes it
easy to modify LSP configurations on the fly.
Conform: biome has been replaced with oxfmt
2026-02-02 16:16:06 +01:00
Simon Lasbrugnas
5ca4f0ef5b
feat(conform): add terraform fmt
2026-01-23 19:01:13 +01:00
Simon Lasbrugnas
e0c24068b2
fix(conform): use proper formatters and add jsx/tsx support
2026-01-19 13:50:07 +01:00
Simon Lasbrugnas
a9222a57f7
feat(conform): add additional configs
2026-01-06 13:04:54 +01:00
Simon Lasbrugnas
b4fac7a4b7
chore: update dependencies
...
Replace master branch of tree-sitter with new main branch
Fix some :checkhealth warnings
2026-01-05 17:49:49 +01:00
Simon Lasbrugnas
4253151738
chore: update theme
2025-08-05 15:38:11 +02:00
Simon Lasbrugnas
3fe668252b
chore: update config
2025-08-04 01:53:36 +02:00
Simon Lasbrugnas
6efd8a3873
feat: modify LSPs to prefer conform for formatting
...
Add eslint LSP
feat: Add linter support with 'nvim-lint'
Add linting to JavaScript / TypeScript and Go files
2025-07-28 21:55:38 +02:00
Simon Lasbrugnas
6cb047320f
feat(lsp): add html-lsp + update conform config
2025-07-27 03:58:18 +02:00
Simon Lasbrugnas
3c9ec34f96
chore(conform): replace prettierd with biome
2025-04-17 16:39:03 +02:00
Simon Lasbrugnas
b700549bf3
feat: enhance typescript configuration
...
Remove several extensions and add typescript-tools along with conform
and format-ts-errors (could be better but is the best I found)
2025-02-27 14:55:50 +01:00