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
16c8ca5333
chore: update lsp config
2026-01-06 13:03:22 +01:00
Simon Lasbrugnas
94e348249d
chore: update plugins
2025-09-15 08:37:32 +02:00
Simon Lasbrugnas
338242724e
chore: update cursor line and indent-blankline configs
2025-08-04 14:19:12 +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
4c989092b4
feat(lsp): add prismals
2025-07-27 03:58:35 +02:00
Simon Lasbrugnas
6cb047320f
feat(lsp): add html-lsp + update conform config
2025-07-27 03:58:18 +02:00
Simon Lasbrugnas
5dafced30e
feat(lsp): add dockerls and docker_compose_language_service
2025-07-27 03:57:47 +02:00
Simon Lasbrugnas
e46d052cb2
feat: add tailwindcss lsp config
2025-07-22 12:11:54 +02:00
Simon Lasbrugnas
40a52978a9
feat(lsp): disable inlay hints
2025-06-25 17:17:16 +02:00
Simon Lasbrugnas
7fb99fccc4
chore: update dependencies & adapt avante + mason-lspconfig
2025-06-23 14:17:20 +02:00
Simon Lasbrugnas
cb7f2641cb
chore(lsp): replace diagnostic next/prev (deprecated) with jump func
2025-05-06 11:37:55 +02:00
Simon Lasbrugnas
a2acab7fa5
chore: remove html lsp from ensure_installed list
2025-04-19 00:09:03 +02:00
Simon Lasbrugnas
cd43fb110f
feat: add yamlls lsp
2025-04-19 00:08:47 +02:00
Simon Lasbrugnas
6010546517
feat: add jsonls lsp
2025-04-19 00:08:33 +02:00
Simon Lasbrugnas
5bce2a44d1
Replace eslint config with biomejs
2025-04-15 16:56:15 +02:00
Simon Lasbrugnas
0ba757ae05
chore: removed lsp source information when only one source is available
2025-02-27 14:57:37 +01: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
Simon Lasbrugnas
146291ce3b
feat: add typescript lsp w/ volar
2024-12-18 12:08:15 +01:00
Simon Lasbrugnas
3ed7615c2b
feat: add <leader>q to open the Go scratchpad (Only for Go files)
...
Opens my ~/personal/Go/test/main.go file in the current buffer
2024-12-10 15:00:24 +01:00
Simon Lasbrugnas
dba90a94cf
feat(lsp): add <leader><CR> to run go main % (only for Go files)
...
Keybind is added automatically on gopls attach
2024-12-09 22:04:57 +01:00
Simon Lasbrugnas
4fabec4249
feat: cleanup config
...
Change folder architecture and separate all plugins into their own files
2024-11-09 20:37:37 +01:00