|
|
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 |
|
|
|
3747e19f3a
|
nvim: lang: php: add php_only and blade to treesitter
|
2024-09-06 12:50:19 +02:00 |
|
|
|
c5e788a3f1
|
nvim: treesitter: move autotag config to lang files.
|
2024-09-06 12:35:39 +02:00 |
|
|
|
5b14797ed0
|
nvim: lua/user/plugins/lang/typescript.lua: tsserver is renamed to ts_ls
|
2024-09-05 23:18:53 +02:00 |
|
|
|
edda7bf957
|
nvim: lua/user/plugins/lang/vue.lua: remove tsserver. ts lang file is already included in the spec.
|
2024-09-05 23:17:52 +02:00 |
|
|
|
b3add4670f
|
nvim: lazy load more plugins.
|
2024-09-05 21:58:08 +02:00 |
|
|
|
d9da576a0c
|
nvim: lang: lazy load lsp by filetype
|
2024-09-05 14:59:05 +02:00 |
|
|
|
0751a50279
|
nvim: php: add adalessa/laravel.nvim
|
2024-09-05 14:58:32 +02:00 |
|
|
|
71f2f5bb0d
|
nvim: treesitter: move some parsers to their own config file in lang directory
|
2024-08-27 22:08:23 +02:00 |
|
|
|
7d14948480
|
new nvim config
|
2024-08-25 16:49:58 +02:00 |
|