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

49 commits

Author SHA1 Message Date
058b658b85 nvim: colorscheme: add custom colors for neotest groups. 2024-09-08 13:38:28 +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
8d4b37c9c2 nvim: adding neotest 2024-09-08 13:35:54 +02:00
1fc5258230 nvim: autocomplete: rearrange fields 2024-09-08 13:34:57 +02:00
fe81883c32 nvim: go: better config for gopls 2024-09-08 13:33:52 +02:00
8c0feb8acc nvim: lsp: add support for lsp functionalites. 2024-09-08 13:32:28 +02:00
313dcd0720 nvim: editor: add color highlights in document 2024-09-08 08:25:45 +02:00
7d3ff3c0c6 nvim: editor: tweak statuscol 2024-09-08 08:25:18 +02:00
a14642c07f nvim: editor: restructure statuscolumn 2024-09-07 16:30:56 +02:00
3b0f093490 nvim: editor: remove folds from statuscol, i dont use them :) 2024-09-07 15:53:18 +02:00
8f07507ba0 nvim: neotree: update mappings 2024-09-06 18:11:50 +02:00
bb27478e63 nvim: statusline: disable lsp-status for TelescopePrompt 2024-09-06 18:11:35 +02:00
fcf194bd44 nvim: statusline: remove lsp-progress 2024-09-06 18:11:14 +02:00
3747e19f3a nvim: lang: php: add php_only and blade to treesitter 2024-09-06 12:50:19 +02:00
f8cbe1acfe nvim: treesitter: blade does not require npm anymore 2024-09-06 12:36:40 +02:00
c5e788a3f1 nvim: treesitter: move autotag config to lang files. 2024-09-06 12:35:39 +02:00
5e762b4346 nvim: lua/user/plugins/editor/treesitter.lua: need to have opts_extend.ensure_installed to make ensure_installed table to be merged 2024-09-06 12:34:45 +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
a626ca197b nvim: move ufo plugin spec and utils to its own file. 2024-09-05 23:11:43 +02:00
0fc16d95a1 nvim: plugin: delete outcommented stuff and minor style fixes 2024-09-05 23:06:57 +02:00
ae10df6e2c nvim: restructure plugin loading. 2024-09-05 23:06:03 +02:00
aed64ca4a0 nvim: telescope: increase preview cutoff 2024-09-05 21:58:30 +02:00
b3add4670f nvim: lazy load more plugins. 2024-09-05 21:58:08 +02:00
a48a5ef829 nvim: lsp: lazy load 2024-09-05 14:59:26 +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
76510ad49c nvim: add config for devicons 2024-09-05 14:57:27 +02:00
7876215489 nvim/lua/user/plugins/editor/fuzzyfinder.lua: set filesize limit for preview 2024-09-05 14:56:46 +02:00
90b4dd37e1 nvim/lua/user/plugins/ui/statusline.lua: use pnx/lualine-lsp-status instead of local function. 2024-09-01 14:38:40 +02:00
1da358dff8 nvim: formatting 2024-09-01 14:38:06 +02:00
b46a37b4b2 nvim/lua/user/plugins/ui/neotree.lua: fix icons. 2024-09-01 14:32:49 +02:00
3b751ae249 nvim/lua/user/plugins/editor.lua: add conform. 2024-09-01 14:32:01 +02:00
02a129acb3 nvim: move neotree config to its own file. 2024-08-27 22:26:00 +02:00
23a90df844 nvim: move nvim-ufo and statuscol.nvim from ui file to editor. 2024-08-27 22:22:36 +02:00
9e0ba8464d nvim: ui: disable folds for neotree buffers. 2024-08-27 22:19:15 +02:00
17676d62b9 nvim: ui: install nvim-ufo and statuscol.nvim for better folds and status column. 2024-08-27 22:12:29 +02:00
112b646bd4 nvim: lsp: make sure to install a markdown renderer. 2024-08-27 22:11:30 +02:00
55a4798866 nvim: colorscheme: add FoldColumn highlight group 2024-08-27 22:10:04 +02:00
62ebd21062 nvim: colorscheme: add highlight for markdown rendering groups 2024-08-27 22:09:15 +02:00
71f2f5bb0d nvim: treesitter: move some parsers to their own config file in lang directory 2024-08-27 22:08:23 +02:00
a57f1ddae0 nvim: ui: adding j-hui/fidget.nvim 2024-08-26 19:18:54 +02:00
a89e7efdee nvim: autocomplete: better context for spell completions 2024-08-26 18:54:52 +02:00
3f8113c479 nvim/lua/user/plugins/editor/fuzzyfinder.lua: remove unused path_delim 2024-08-26 18:40:05 +02:00
6769c2c508 nvim/lua/user/plugins/ui/statusline.lua: use vim.lsp.get_clients() instead of deprecated vim.lsp.buf_get_clients() 2024-08-26 18:39:35 +02:00
d995d54959 nvim: fuzzyfinder: fix ignore patterns 2024-08-26 13:07:57 +02:00
7d14948480 new nvim config 2024-08-25 16:49:58 +02:00