Commit graph

121 commits

Author SHA1 Message Date
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
Sergio Laín
81d7268d2f
feat(nvim): add typescript lsp functions 2024-01-15 01:01:17 +01:00
Sergio Laín
f54324f9c4
🐛 fix(nvim): go.nvim loading on lazyfile and golangci-lint mason package typo 2024-01-14 13:22:46 +01:00
Sergio Laín
602cc73217
♻️ refactor(nvim): move some formatters and linters into their respective lang extra 2024-01-12 01:02:15 +01:00
Sergio Laín
716de251ad
feat(nvim): add zig lang extra 2024-01-11 12:29:48 +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
4cab75b85b
🐛 fix(nvim): taplo is now the toml formatter for conform.nvim 2024-01-07 14:51:09 +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
a97cbc370e
⚙️ config(nvim): event change for go extra and some style modifications for .json file 2024-01-04 14:36:55 +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
a0cc2c1621
feat(nvim): add java-extended extra 2024-01-03 16:12:17 +01:00
Sergio Laín
849f08267e
♻️ refactor(nvim): change rust-tools for rustaceanvim 2024-01-03 11:08:50 +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
ee0c775a97
feat(nvim): add various-textobjs extra 2023-12-29 12:25:02 +01:00
Sergio Laín
e686dea35d
🐛 fix(nvim): nix lsp changed to nil_ls 2023-12-29 10:47:31 +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
42f5e9ed68
🗑️ remove(nvim): headlines plugin declaration in markdown extra 2023-12-26 17:25:08 +01:00
Sergio Laín
aca9d3a22d
🐛 fix(nvim): corrected typo for one neotest adapter 2023-12-24 16:42:39 +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
5adf397a07
feat(nvim): added xml extra 2023-12-09 13:19:06 +01:00
Sergio Laín
de96812f2e
🎨 ux(nvim): added nerd fonts for the main which-key groups 2023-12-08 15:56:36 +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
7b1fee6e9d
🚀 perf(nvim): changed latex symbols to lua package 2023-12-03 13:43:53 +01:00
Sergio Laín
a631e48786
🚀 perf(nvim): changed event loading for dropbar plugin 2023-12-01 14:11:31 +01:00
Sergio Laín
4740d6f424
feat(nvim): added julia and angular extras 2023-12-01 14:07:47 +01:00
Sergio Laín
b1e9679621
feat(nvim): added haskell extra 2023-12-01 01:01:28 +01:00
Sergio Laín
e08e9f173e
🚀 perf(nvim): import lazyvim modules in the extended extras 2023-11-29 18:28:20 +01:00