Commit graph

125 commits

Author SHA1 Message Date
Sergio Laín
6b8c0c5840
🐛 fix(nvim): markdown.nvim name changed to render-markdown.nvim 2024-08-31 14:42:11 +02:00
Sergio Laín
fa68317b2f
feat(nvim): new plugin for the markdown extra: markdowny.nvim 2024-08-13 13:27:06 +02:00
Sergio Laín
7111964212
♻️ refactor(nvim): simplified the prefix of keymaps for all extras 2024-08-09 18:11:48 +02:00
Sergio Laín
0e085e2fda
🎨 ux(nvim): use obsidian style with render-markdown 2024-08-07 13:37:32 +02:00
Sergio Laín
96832e1026
feat(nvim): disable obsidian.nvim ui features when markdown.nvim is enabled 2024-07-28 15:17:11 +02:00
Sergio Laín
750ed369c3
🐛 fix(nvim): update all which-key instances to the new version 2024-07-13 18:02:08 +02:00
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
0d14385b4c
⚙️ config(hypr): set ruff as default ruff lsp intead of ruff-lsp 2024-05-05 13:39:43 +02:00
Sergio Laín
26c379ea9d
🔧 chore(nvim): use ruff instead of ruff_lsp 2024-04-22 17:04:24 +02:00
Sergio Laín
a38588a3f5
feat(nvim): add some options to the pyright lsp to hide some useless info 2024-04-16 22:33:32 +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
a8b5c06e1d
🗑️ remove(nvim): python-semshi from the python-extended extra 2024-04-04 16:15:33 +02:00
Sergio Laín
4aef47abda
🐛 fix(nvim): ansible filetype detection now works correctly 2024-04-02 09:20:04 +02:00
Sergio Laín
9ec49707d1
🐛 fix(nvim): typo when registering ansible-lint 2024-04-02 09:16:43 +02:00
Sergio Laín
603fa0260a
🗑️ remove(nvim): ansible plugin from the ansible extra
already declared in the lazyvim extra
2024-04-01 13:46:04 +02:00
Sergio Laín
d2f7619d27
feat(nvim): add new extra: yaml-extended 2024-04-01 13:24:08 +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
5b81cb636f
♻️ refactor(nvim): moved python lsp definition to the python extra and added some options to the basedpyright lsp 2024-03-23 12:33:12 +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
b69b5c3193
⚙️ config(nvim): add some pyright options to show diagnostics and search on only the open files 2024-03-19 00:55:36 +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
3e89a0da19
🚀 perf(nvim): lazy-load ansible plugin on ft 2024-03-16 00:17:11 +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
df1c358af6
feat(nvim): add pythom-semshi lang to the python extended extra 2024-03-12 14:15:57 +01:00
Sergio Laín
f5408014a2
🗑️ remove(nvim): lsp rust extra code removed because of recent changes in the lazyvim extra 2024-03-07 21:51:38 +01:00
Sergio Laín
0c946be6bb
🗑️ remove(nvim): delete repeated code from the omnisharp extra 2024-03-07 21:50:45 +01:00
Sergio Laín
156e344476
feat(nvim): using haskell extra from lazyvim 2024-03-07 21:50:16 +01:00
Sergio Laín
4515a83930
♻️ refactor(nvim): ansible extra is now extended because lazyvim introduced a native one 2024-03-07 21:49:54 +01:00
Sergio Laín
3cb9aa1213
🗑️ remove(nvim): java-extended extra 2024-03-07 21:48:07 +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
99324ae4b4
feat(nvim): add autodetection of ansible files 2024-02-27 09:53:28 +01:00