Commit Graph

422 Commits

Author SHA1 Message Date
warg 4c460c6830 fix(mason): refresh registry before installing packages 2024-08-09 01:27:07 +02:00
warg d379085080 feat(icons): disable icons 2024-08-08 23:08:57 +02:00
warg 2db2fdd1de fix(zls): update config 2024-08-05 01:13:12 +02:00
warg e7ff47b728 feat(moonfly): enable virtual text color 2024-07-13 21:41:07 +02:00
warg 2dfec6f6ab feat(context): switch to context.vim
problems with if-else cases in zig when using nvim-treesitter-context
2024-07-13 21:41:07 +02:00
warg 5da7207b57 Update README.md 2024-07-10 17:16:14 +02:00
warg 9e63c4bb0d feat(diagnostics): add diagnostics when running :make 2024-07-08 09:16:47 +02:00
warg d076a58d3f feat(mappings): indent without deselecting 2024-07-08 08:56:50 +02:00
warg 6d4f4c1330 fix(linter): improve error reporting 2024-07-06 15:21:08 +02:00
warg 0e0ab52947 fix(pyright): update config 2024-07-06 15:20:02 +02:00
warg c425b3e9cc fix(groovy): enable groovyls 2024-07-06 15:19:28 +02:00
warg be105a0bcc chore: fix formatting 2024-07-06 15:18:43 +02:00
warg dc1b27817a chore: update lazy packages 2024-06-12 09:14:50 +02:00
warg 1eecb2e60e fix: enable builtin vim syntax highlighting for python 2024-06-12 09:12:42 +02:00
warg 8b762db642 feat(telescope): add buffer deletion binding 2024-06-12 09:09:04 +02:00
warg fa6f9292e8 fix(colorizer): update colorizer selection 2024-06-12 09:08:45 +02:00
warg 4c9b919bcd fix(lualine): fix diagnostics column 2024-06-12 09:08:10 +02:00
warg bd3fc7a214 fix(cmp): use tabbing for selecting completion 2024-06-12 09:07:42 +02:00
warg ee7cfb9410 feat: update ls configs 2024-06-12 09:06:56 +02:00
warg b404648928 feat: add linter config and clean up codebase 2024-06-12 09:05:53 +02:00
warg 186e95d6b5 feat(zig): fix errorformat 2024-05-06 02:33:10 +02:00
warg 6297571763 fix(cmp): update keymaps 2024-04-21 04:12:38 +02:00
warg a09139d6d5 fix(lsp): fix logging 2024-04-21 03:34:03 +02:00
warg 9ad794c0e3 fix(diffivew): disable mapping in fugitive 2024-04-21 03:33:23 +02:00
warg 81d2090296 chore(lazy): update plugins 2024-04-21 03:24:56 +02:00
warg ac1e40bfee feat(lazy): allow for hot loading plugin specs 2024-04-21 03:20:28 +02:00
warg 2e36ef05d9 feat(dap): remove dap
not used
2024-04-20 15:17:00 +02:00
warg 80782ffd67 chore: fix formatting 2024-04-19 18:11:32 +02:00
warg 096a4713ae chore: fix formatting 2024-04-19 17:25:55 +02:00
warg 7d7699474d feat(lsp): add format function 2024-04-19 17:25:55 +02:00
warg ad7b8848d1 feat(lsp): hot reload of lsp config 2024-04-19 17:25:55 +02:00
warg 15fdc24c15 Update README.md 2024-04-17 08:48:02 +02:00
warg 78621c80be Update README.md 2024-04-17 08:47:41 +02:00
warg eab6d6bfaa fix(lsp): only install if not already available 2024-04-15 11:17:13 +02:00
warg 6fbdcdccde feat(colorizer): add nvim-colorizer 2024-04-14 22:27:15 +02:00
warg 389f7fb453 fix(pylsp): fix configuration 2024-04-14 22:26:47 +02:00
warg f294199335 chore(lazy): upate packages 2024-04-14 16:04:32 +02:00
warg a7a4d4a5c5 feat(utils): add has_value function 2024-04-14 16:04:17 +02:00
warg dc0c406308 docs(utils): update format of docs 2024-04-14 16:03:51 +02:00
warg e5fff9a169 feat(treesitter): add comment syntax highlighting 2024-04-14 16:02:15 +02:00
warg 9851fb84ea fix(telescope): sort buffers by most recent 2024-04-14 16:01:07 +02:00
warg 19df628478 fix(telescope): set git window to normal mode 2024-04-14 16:00:25 +02:00
warg 3780654536 fix(orgmode): fix deprecated call 2024-04-14 15:59:39 +02:00
warg 70b5bf3109 fix(gitsigns): add bindings 2024-04-14 15:59:23 +02:00
warg ee5367bef6 fix(cmp): disable ghost text 2024-04-14 15:58:17 +02:00
warg 916d2afe50 fix(moonfly): remove moonfly color override 2024-04-14 15:57:34 +02:00
warg 14445ddb54 fix(plugins): fix dependency for dap ui 2024-04-14 15:52:38 +02:00
warg 2bc21b248c feat(lsp): refactor
* Move configs into config subdirectory
 * Move LSP logic into classes
 * Make it possible to define mason package in lsp config,
   including nested dependency resolution and post install
   steps
 * replace jedi_language_server with pylsp
2024-04-14 15:41:39 +02:00
warg 06898a5a31 feat(go): force tabs on go files 2024-04-14 15:39:20 +02:00
warg 75743d6fc3 fix(mappings): remove jumping on long lines 2024-04-14 15:35:52 +02:00