1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
Commit graph

59 commits

Author SHA1 Message Date
ed3be858a6 nvim: add qml 2026-04-04 14:30:00 +02:00
22f6fe546d nvim/lua/user/plugins/lang/lua.lua: disable some inline hints 2026-02-16 20:48:04 +01:00
42c486d196 nvim/lua/user/plugins/ide/debugger.lua: move php stuff to its own file 2026-02-16 16:56:36 +01:00
4992b19c44 nvim: blade is now officially in nvim-treesitter 2026-02-16 16:54:41 +01:00
ef6b947bcb nvim/lua/user/plugins/lang/php: configure intelephense 2025-12-06 10:41:07 +01:00
21318127a3 nvim: add sql stuff 2025-12-06 06:51:12 +01:00
bb62416c69 nvim php: split main file as it starts to get abit big 2025-11-17 22:38:48 +01:00
069e6866e9 nvim/lua/user/plugins/lang/lua.lua: remove VIMRUNTIME from workspace.library 2025-10-08 08:28:49 +02:00
cb9b9f8009 nvim/lua/user/plugins/lang/php.lua: use my own neotest-phpunit 2025-09-29 15:19:36 +02:00
ea22774d62 nvim/lua/user/plugins/lang/go.lua: ignore ST1000 and ST1003 2025-09-23 19:29:15 +02:00
419a78db76 nvim/lua/user/plugins/lang/php.lua: add phpstan to mason. 2025-09-23 19:28:04 +02:00
ed76e46d41 nvim/lua/user/plugins/lang/typescript.lua: use vue_ls as plugin 2025-09-23 19:26:05 +02:00
e0223cd40d nvim/lua/user/plugins/lang/vue.lua: volar is renamed to vue_ls 2025-09-23 19:25:28 +02:00
f5a41a9680 nvim/lua/user/plugins/lang/go.lua: use mason-org/mason.nvim instead of williamboman/mason.nvim 2025-09-23 19:21:12 +02:00
728669d288 add javascript config 2025-09-23 19:21:12 +02:00
70cc0aa2e3 nvim/lua/user/plugins/lang/go.lua: pass parameters to vim.lsp.util.make_range_params 2025-09-10 17:25:02 +02:00
d63c10216e nvim/lua/user/plugins/lang/markdown.lua: more pimp 2025-05-13 23:58:43 +02:00
39401d14ff nvim/lua/user/plugins/ide/lsp.lua: move markdown conf to lang/markdown 2025-05-13 23:33:54 +02:00
6b1dcffbd6 nvim/lua/user/plugins/lang/markdown.lua: update settings 2025-05-13 23:32:39 +02:00
359507e0dd nvim/lua/user/plugins/lang/html.lua: add html lsp 2025-05-13 23:01:00 +02:00
c182636b17 nvim/lua/user/plugins/lang/php.lua: add sql and csv to treesitter. 2025-03-23 16:26:30 +01:00
47b091705c nvim/lua/user/plugins/lang/go.lua: make sure mason installs required tools. 2025-03-23 16:26:30 +01:00
b4116a78f5 nvim/lua/user/plugins/lang/go.lua: set usePlaceholders 2025-03-23 16:26:30 +01:00
c4155370b4 nvim/lua/user/plugins/lang/php.lua: ensure blade treesitter parser is installed. 2025-01-19 00:16:42 +01:00
ee5d7505e8 nvim/lua/user/plugins/lang/php.lua: disable alot of capabilities for phpactor 2025-01-19 00:16:21 +01:00
a56f3652b5 nvim: go: update settings for gopls 2025-01-18 17:27:42 +01:00
fdda907f3c nvim/lua/user/plugins/lang/php.lua: minor update 2024-12-29 12:12:57 +01:00
1b8eb29e6e nvim/lua/user/plugins/lang/php.lua: update 2024-12-29 12:12:57 +01:00
d84c8bb18b nvim/lua/user/plugins/lang/markdown.lua: disable latex 2024-11-22 10:06:01 +01:00
16dff0051b nvim/lua/user/plugins/lang/php.lua: add blade-nav plugin 2024-11-22 10:01:40 +01:00
db35228366 nvim: php: add phpstan via none-ls 2024-11-11 08:50:31 +01:00
6707c863bb nvim: css: enable tailwindcss lsp 2024-11-11 08:48:09 +01:00
11b18b6813 nvim: lua: use mason for lua_ls 2024-11-11 08:47:51 +01:00
21e35a82d7 nvim: php: remove adalessa/laravel.nvim 2024-11-03 13:58:57 +01:00
04cb7cd905 nvim: php: add php-cs-fixer as formatter for php files. 2024-11-03 13:58:57 +01:00
f63bdaa84f nvim: php: remove phpactor plugin 2024-11-03 13:58:57 +01:00
01b72ed9a7 nvim: php: configure both phpactor (for refactoring) and intelephense (for everything else) LSP servers 2024-11-03 13:58:57 +01:00
1acff15791 nvim: new php config 2024-10-29 13:56:22 +01:00
a6eefc17f9 nvim: php: pin laravel.nvim version 2024-10-24 22:05:56 +02:00
65f8ae7e3a nvim/lua/user/plugins/lang/go.lua: skip field alignment warnings 2024-10-14 15:42:05 +02:00
113dc823ca nvim: no need to lazy load lsp-config as lsp is already lazy loaded 2024-10-14 15:41:41 +02:00
a4a13bfadd nvim: php: add blade formatter. 2024-10-01 14:22:45 +02:00
d8028932c3 nvim: go: enable codelens 2024-09-24 21:42:12 +02:00
9ad23967e8 nvim: plugins/lang/php: include html 2024-09-12 15:55:59 +02:00
a7abd3e2a5 nvim: remove lua/user/plugins/lang/blade.lua (it is include in php config) 2024-09-12 15:55:41 +02:00
3639b9e46b nvim: lsp: allow server configuration to override lsp features. 2024-09-12 15:52:21 +02:00
6f6cb51e16 nvim: php: skip phpactor config
Its configured in its own file in .config/
2024-09-08 13:37:52 +02:00
40bfbc6dc3 nvim: go: add neotest adapter. 2024-09-08 13:36:50 +02:00
bac6a3a280 nvim: php: fix config for neotest 2024-09-08 13:36:30 +02:00
fe81883c32 nvim: go: better config for gopls 2024-09-08 13:33:52 +02:00