Commit Graph

518 Commits

Author SHA1 Message Date
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 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 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 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 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 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
warg e7758d9e70 chore(docs): add comment in pytest module 2024-03-31 16:32:18 +02:00
warg 7b433addc4 feat(clipboard): fix clipboard for ssh+tmux
Fix clipboard when attaching to a tmux session
over SSH.
2024-03-29 01:17:37 +01:00
warg 2f6ff745c8 feat(line-length): update line length to 100 cols 2024-03-28 18:12:39 +01:00
warg b909b87f2e fix(grapple): update after grapple changes 2024-03-04 23:33:50 +01:00
warg 0eedc4cee1 fix(lsp): set default capabilities and extend with cmp_nvim_lsp 2024-03-04 22:44:23 +01:00
warg 5679b3d7d9 feat(lsp): use floating window for code action rename 2024-03-04 22:43:44 +01:00
warg 3757fe04ca chore(cmp): remove unused plugins 2024-03-04 22:43:09 +01:00
warg cdce647793 fix(cmp): disable nvim_lua 2024-03-04 22:40:50 +01:00
warg 7dc4dae390 fix(cmp): use <C-n/p/y> keybinds instead of <Tab> 2024-03-04 22:39:58 +01:00
warg 60e29c0fb4 fix(utils): update try_require signature 2024-03-04 21:37:31 +01:00