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
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
d51516bbbf
chore(lazy): update plugins
2024-03-04 23:34:04 +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
warg
615ac50156
feat(telescope): add default bindings for closing and
...
selecting
2024-03-04 21:36:42 +01:00
warg
51d46d58db
fix(telescope): set initial_mode to normal for some pickers
2024-03-04 21:22:27 +01:00
warg
1a4e523c01
fix(lspkind): add fallback when nvim-cmp is not installed
2024-03-04 20:25:36 +01:00
warg
1c96c48cad
feat(groovyls): disable
2024-03-04 20:22:38 +01:00
warg
43069da8b0
fix(lsp): update bindings
2024-03-04 20:22:04 +01:00
warg
32618ac05b
fix(mappings): remove un-indent mapping in favor of the default <C-D>
2024-03-04 20:19:13 +01:00
warg
df6f9c1510
fix(mappings): add fallback for <C-e>
2024-03-04 20:18:25 +01:00
warg
679f901ec1
fix(php): fix indentation for php
2024-02-29 16:25:09 +01:00
warg
e9cd7116cd
fix(bashls): add shellcheck as dependency
2024-02-27 19:13:48 +01:00
warg
fc59caee50
chore(docs): remove explicit mention of LSP server dependencies
2024-02-27 18:45:32 +01:00
warg
1b6e136ec9
fix(groovyls): fix groovyls config
2024-02-27 18:37:19 +01:00
warg
8c8a876f66
fix(lsp): change info notice to warning when disabling a language server
2024-02-27 18:07:32 +01:00