Commit graph

103 commits

Author SHA1 Message Date
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
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
dbc0f947ce
🐛 fix(nvim): import yaml extra on ansible extra 2024-02-23 11:19:13 +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
d7c01d5c32
🐛 fix(nvim): treesitter parser for pkl not installing correctly 2024-02-19 01:12:37 +01:00
Sergio Laín
4ed37aca33
feat(nvim): add pkl extra 2024-02-19 01:10:02 +01:00
Sergio Laín
db555dd8c3
feat(nvim): disable ruff publish diagnostics in favour of pyright lsp diagnostics 2024-02-18 13:02:09 +01:00
Sergio Laín
1d3760cf96
feat(nvim): add nix formatter and linter 2024-02-15 01:21:03 +01:00
Sergio Laín
b7d3cca298
feat(nvim): add debugging capabilities to the omnisharp extra 2024-02-10 01:30:58 +01:00
Sergio Laín
7d1f959f67
🐛 fix(nvim): use default settings table on rustaceanvim to allow overwriting options with a config file in the projects root dir 2024-02-08 01:15:53 +01:00
Sergio Laín
5f43ff7c2a
feat(nvim): use rustaceanvim test adapter for neotest 2024-02-05 13:48:00 +01:00
Sergio Laín
4990ca6de5
♻️ refactor(nvim): move bindings for package/dependency management into their own language submenu 2024-02-05 01:02:50 +01:00
Sergio Laín
ce52de3605
feat(nvim): add keybindings for py-requirements plugin in the python extra 2024-01-31 10:34:41 +01:00
Sergio Laín
025725ecd0
♻️ refactor(nvim): move pyrequirements extra to the python extended extra 2024-01-29 12:58:17 +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
c77970d347
🐛 fix(nvim): java mason registry overwriting existing entries 2024-01-25 09:10: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
e8c7812313
🐛 fix(nvim): overwriting cmp sources when in an sql file 2024-01-21 13:20:04 +01:00
Sergio Laín
336245d67c
⚙️ config(nvim): change some keymaps and other misc stuff 2024-01-15 11:38:57 +01:00