|
3362f0abc4
|
feat(buffer)!: remove <leader>b[ , <leader>b] in favor of ]b and [b
|
2023-01-19 14:16:03 +01:00 |
|
|
c2693e2d16
|
feat(keymaps): added [b and ]b to switch buffers
|
2023-01-19 13:59:49 +01:00 |
|
|
fe4b92492c
|
fix(lsp): there is no declaration in telescope, use vim.lsp (#78)
|
2023-01-18 08:37:06 +01:00 |
|
|
ba0040230e
|
refactor(treesitter)!: use <bs> in visual mode to shrink delection. Fixes #71
|
2023-01-17 14:44:52 +01:00 |
|
|
88c112fc3a
|
refactor(todo)!: <leader>xtt => <leader>xT
|
2023-01-17 14:22:09 +01:00 |
|
|
7563b361b8
|
refactor(todo)!: moved search todo to <leader>st
|
2023-01-17 14:21:39 +01:00 |
|
|
254d3a0921
|
refactor(telescope)!: moved search diagnostics to <leader>sd
|
2023-01-17 14:20:58 +01:00 |
|
|
876d52fee3
|
fix(windows): set version=false for treesitter. Last release is too old and broken on Windows. Fixes #2
|
2023-01-16 23:36:05 +01:00 |
|
|
b0a83a5816
|
faet(telescope): added mappings for grep_string <leader>sw> and colorscheme <leader>uC
|
2023-01-16 22:00:10 +01:00 |
|
|
3af1922f21
|
feat(treesitter): added incremental selection
|
2023-01-16 21:22:47 +01:00 |
|
|
bf31eccae2
|
feat(mini.surround): added lazy keys with descriptions to mini.surround
|
2023-01-16 21:16:51 +01:00 |
|
|
3d498ee713
|
fix(version): don't use version for schemastore and nvim-cmp. Last version is too old
|
2023-01-16 20:39:20 +01:00 |
|
|
6a3f3d3032
|
fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false . Fixes #67
|
2023-01-16 16:49:29 +01:00 |
|
|
b278b062ec
|
feat(lsp): added opts.autoformat to be able to disable autoformat by default. Fixes #65
|
2023-01-16 14:13:24 +01:00 |
|
|
cbd534242c
|
fix(lsp): ']d' & '[d' was reversed (#58)
|
2023-01-14 18:29:57 +01:00 |
|
|
b17ede1ae2
|
feat(lsp): added <c-k> for signature help in insert mode
|
2023-01-13 23:03:08 +01:00 |
|
|
f9de5d0e8a
|
fix(format): typo timeout -> timeout_ms
|
2023-01-13 22:47:47 +01:00 |
|
|
40d363cf3f
|
feat(lsp): allow overriding options for vim.lsp.buf.format. Fixes #51
|
2023-01-13 22:46:16 +01:00 |
|
|
688436c9af
|
feat: added vim-repeat. Fixes #56
|
2023-01-13 22:26:21 +01:00 |
|
|
1efc925d16
|
feat(lsp): make diagnostics configurable with {"neovim/nvim-lspconfig", opts = {diagnostics = {}}} . Fixes #55
|
2023-01-13 09:38:15 +01:00 |
|
|
40113b2639
|
style: format code (#53)
|
2023-01-13 09:14:25 +01:00 |
|
|
51690c0c39
|
refactor: util => Util for consistency
|
2023-01-12 13:27:12 +01:00 |
|
|
a33d906524
|
fix: add tsx treesitter to typescript lang module (#48)
|
2023-01-12 13:25:42 +01:00 |
|
|
c6b83a82bf
|
fix(telescope): highlights are now under <leader>sH . #50
|
2023-01-12 07:58:07 +01:00 |
|
|
87c37f287b
|
fix(luasnip): don't set remap=true for <tab> . Fixes #44
|
2023-01-11 21:19:52 +01:00 |
|
|
46dba8f67e
|
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu (#45)
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
|
2023-01-11 19:58:58 +01:00 |
|
|
f32ebb9182
|
refactor(telescope)!: moved most help keymaps under <leader>s (search)
|
2023-01-11 17:29:44 +01:00 |
|
|
24923ed31a
|
refactor(neotree)!: keymaps are now under <leader>fe and <leader>fE
|
2023-01-11 17:28:55 +01:00 |
|
|
f8b77db51b
|
refactor(noice)!: noice keymaps are now under <leader>sn
|
2023-01-11 17:28:22 +01:00 |
|
|
ed0628286f
|
feat(keymaps)!: toggle keymaps can now be found under UI <leader>u
|
2023-01-11 16:47:01 +01:00 |
|
|
2ea489c7ba
|
refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled
|
2023-01-11 16:14:18 +01:00 |
|
|
207beafda2
|
fix(bufferline): load bufferline on VeryLazy event (#35) (#36)
|
2023-01-11 08:10:40 +01:00 |
|
|
81d798fdaa
|
feat(neo-tree): load neo-tree when specifying a direcory on the cmdline
|
2023-01-10 23:44:02 +01:00 |
|
|
701337fac8
|
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts
|
2023-01-10 23:00:56 +01:00 |
|
|
cce3129e99
|
fix(typescipt): properly check client.name in on_attach
|
2023-01-10 19:32:02 +01:00 |
|
|
7a68907b39
|
fix(neodev): use opts instead of config
|
2023-01-10 18:27:13 +01:00 |
|
|
6cf6959254
|
perf(neodev): enable experimental pathStrict setting for better sumneko performance
|
2023-01-10 17:55:26 +01:00 |
|
|
2128bf3e20
|
fix(typescript): only set ts keymaps for tsserver
|
2023-01-10 17:54:45 +01:00 |
|
|
74063135d8
|
feat(notify): lazy-load nvim-notify to show proper notifs before Noice loads
|
2023-01-10 14:28:25 +01:00 |
|
|
08f6375e4c
|
feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info
|
2023-01-10 11:14:27 +01:00 |
|
|
dcf520f3a7
|
refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config
|
2023-01-10 11:14:27 +01:00 |
|
|
48d1e8df12
|
feat(util): use lazy's notify instead of vim.notify
|
2023-01-10 11:14:27 +01:00 |
|
|
04a898a326
|
fix(json): correct case for SchemaStore.nvim
|
2023-01-10 11:14:27 +01:00 |
|
|
36c84f47c9
|
feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated
|
2023-01-10 11:14:27 +01:00 |
|
|
542920fb82
|
feat(neo-tree): added <leader>e and <leader>E to toggle neo-tree
|
2023-01-09 22:12:19 +01:00 |
|
|
011356e70e
|
feat(lang): added json support
|
2023-01-09 08:29:13 +01:00 |
|
|
a0fadd6a11
|
fix(editor): gitsigns prev/next hunk keymap (#26)
Co-authored-by: Myles Mo <mylesmo.ash@gmail.com>
|
2023-01-09 08:03:53 +01:00 |
|
|
26a3d8c1f3
|
refactor(lsp): move typescript keymaps to typescript
|
2023-01-08 21:07:42 +01:00 |
|
|
a44054fc62
|
style: cleanup
|
2023-01-08 19:59:15 +01:00 |
|
|
814c43a053
|
refactor(mason): move ensure_installed to opts.ensure_installed
|
2023-01-08 18:59:38 +01:00 |
|