Commit graph

58 commits

Author SHA1 Message Date
Sergio Laín
4e0f983102
📁 files(nvim): php extra is now an extended from the php extra of lazyvim 2024-06-11 11:51:11 +02:00
Sergio Laín
8b51187ff8
🗑️ remove(nvim): deno spec on typescript-extended extra 2024-06-11 11:48:29 +02:00
Sergio Laín
983b5fb5c9
♻️ refactor(nvim): extended lang extras of lazyvim included langs 2024-06-08 12:40:29 +02:00
Sergio Laín
c1482fa2c7
♻️ refactor(nvim): use new mason and treesitter ensure_installed 2024-06-08 12:39:35 +02:00
Sergio Laín
d43a8adfca
🐛 fix(nvim): import typescript-extended in svelte, astro and vue extras 2024-06-05 00:28:23 +02:00
Sergio Laín
79da319e9c
♻️ refactor(nvim): personal svelte extra now imports lazyvim native one 2024-06-01 21:45:19 +02:00
Sergio Laín
bd7991f9b3
feat(nvim): enable inlayhints in astro, svelte and vue-3 extras 2024-05-31 21:25:11 +02:00
Sergio Laín
332e54f6dc
♻️ refactor(nvim): vue-3 is now an extended extra of lazyvim official vue extra 2024-05-31 21:24:45 +02:00
Sergio Laín
a0c4638365
♻️ refactor(nvim): typescript-extended extra now uses vstls instead of typescript-tools and tsserver 2024-05-31 21:22:29 +02:00
Sergio Laín
a83582c3c4
📁 files(nvim): added extended to the astro extra 2024-05-31 21:08:58 +02:00
Sergio Laín
b582113b99
feat(nvim): import new lazyvim astro extra 2024-05-31 21:08:01 +02:00
Sergio Laín
4541528ba1
feat(nvim): add new cmd to tsc.nvim 2024-05-26 17:26:19 +02:00
Sergio Laín
7ea9bfcce1
feat(nvim): use ts-error-translator on svelte, astro, vue, ts and js 2024-04-08 10:17:59 +02:00
Sergio Laín
77b2258b54
🐛 fix(devdocs): missed the opts for all the devdocs entries... 2024-04-08 10:09:56 +02:00
Sergio Laín
f4978df343
feat(nvim): add vue-2 and vue-3 extra instead of having only vue extra 2024-04-06 00:11:43 +02:00
Sergio Laín
a1ca59d0a5
feat(nvim): added css-variables-lsp to mason in the html-css extra 2024-03-29 18:12:30 +01:00
Sergio Laín
ca40f1394a
🗑️ remove(nvim): stylelint mason installation on the tailwind extra 2024-03-28 19:13:49 +01:00
Sergio Laín
d7f81a7e27
🐛 fix(nvim): vue lsp version 2.0> now works with the vue extra 2024-03-24 23:43:31 +01:00
Sergio Laín
18d30e3fbc
feat(nvim): new extra: json extended
one new plugin
2024-03-24 19:32:24 +01:00
Sergio Laín
34ebde91f4
feat(nvim): added keymap to open quick fix for the tsc plugin 2024-03-24 14:21:15 +01:00
Sergio Laín
8176d86d78
feat(nvim): use trouble as qflist for the TSC plugin 2024-03-22 21:31:09 +01:00
Sergio Laín
6cc50cb339
⚙️ config(nvim): change some keymaps that are overwriten 2024-03-18 00:15:00 +01:00
Sergio Laín
2656d282e4
feat(nvim): add codelens support to tsserver 2024-03-18 00:13:46 +01:00
Sergio Laín
da8c8a76af
⚙️ config(nvim): overwrite publish diagnostics of ts-server from the ts-error-translate plugin 2024-03-16 00:18:39 +01:00
Sergio Laín
dfdf50558d
🐛 fix(nvim): tailwind now imports the inline-fold extra 2024-03-12 14:19:12 +01:00
Sergio Laín
0f4f4acd14
feat(nvim): add css_variables lsp to the html-css extra 2024-03-03 13:59:50 +01:00
Sergio Laín
c2156cee5b
feat(nvim): add typescript-error-translator plugin into the ts extra
human readable ts errors
2024-02-27 09:42:00 +01:00
Sergio Laín
400cb048ce
💬 comments(nvim): add tsserver variable annotation 2024-02-24 19:54:33 +01:00
Sergio Laín
53953488fe
♻️ refactor(nvim): typescript-extended extra big changes
added typescript-tools. created variable to choose between typescript-tools (which has some things I
need to work on like inlay hints not working or disabling when inside a deno based project) or
lsp-config tsserver
2024-02-24 01:27:08 +01:00
Sergio Laín
734bebdb8b
♻️ refactor(nvim): moved stylelint linter to the html-css extra instead of having his own 2024-02-23 09:39:01 +01:00
Sergio Laín
78cbef0927
feat(nvim): add htmlhint linter 2024-02-22 11:56:38 +01:00
Sergio Laín
1a8f3b3f83
♻️ refactor(nvim): extended deno config detection for disabling tsserver 2024-01-29 10:14:32 +01:00
Sergio Laín
079807e4d4
feat(nvim): add formatter and linter to the php extra 2024-01-27 14:07:47 +01:00
Sergio Laín
bc7e492f58
♻️ refactor(nvim): move neotest keymaps to respective extras 2024-01-22 12:39:39 +01:00
Sergio Laín
81d7268d2f
feat(nvim): add typescript lsp functions 2024-01-15 01:01:17 +01:00
Sergio Laín
2ebc781e73
feat(nvim): vue lsp changed from vetur to volar
volar is used for vue 3 and is less buggy than vetur
2024-01-11 12:17:00 +01:00
Sergio Laín
fbe14666da
feat(nvim): add deno and dynamic activation to the typescript extra 2024-01-07 13:14:31 +01:00
Sergio Laín
19101125be
♻️ refactor(nvim): moved typescript inlayhints to the typescript extra and changed some maps for the lsp 2024-01-07 13:13:58 +01:00
Sergio Laín
6ac83f1957
🐛 fix(nvim): angular now imports the new html-css extra 2024-01-03 16:33:58 +01:00
Sergio Laín
469cb8e820
feat(nvim): add js to the treesitter for the typescript extra 2024-01-03 11:00:43 +01:00
Sergio Laín
d15bfcfc66
⚙️ config(nvim): merge html and css config together 2024-01-03 10:58:07 +01:00
Sergio Laín
d9122f1e65
feat(nvim): add ft to tsc and live server keys
didnt know you could do that, thats amazing!
2023-12-26 20:48:35 +01:00
Sergio Laín
74e91b5488
♻️ refactor(nvim): add neotest-adapters to their lang extras 2023-12-24 16:40:09 +01:00
Sergio Laín
e66d8411cf
⬆️ deps(nvim): import some extras from other extras 2023-12-24 16:38:22 +01:00
Sergio Laín
50016f5c16
⚙️ config(nvim): add js and jsreact to graphql ft 2023-12-16 18:19:49 +01:00
Sergio Laín
44312e16bb
♻️ refactor(nvim): devdocs added as optional in a lot of plugin specs 2023-12-16 18:19:30 +01:00
Sergio Laín
d1c5a46433
♻️ refactor(nvim): added keymap and changed some options in the regex and tsc extras 2023-12-06 23:39:53 +01:00
Sergio Laín
64b076dfa8
🐛 fix(nvim): added csslsp to the extra
didnt know why i didnt have it...
2023-12-03 18:35:57 +01:00
Sergio Laín
4740d6f424
feat(nvim): added julia and angular extras 2023-12-01 14:07:47 +01:00
Sergio Laín
e08e9f173e
🚀 perf(nvim): import lazyvim modules in the extended extras 2023-11-29 18:28:20 +01:00