Commit graph

1398 commits

Author SHA1 Message Date
Folke Lemaitre
62dc892d8e
feat(alpha): added shortcut to restore session 2023-01-06 21:43:05 +01:00
Folke Lemaitre
7306952f80
feat(lualine): better lualine with lazy.nvim updates and some noice components 2023-01-06 21:35:14 +01:00
Folke Lemaitre
9026668f2f
fix(persistence): fixed stop session keymap description 2023-01-06 19:43:06 +01:00
Folke Lemaitre
bb388a28ff
refactor(navic): move navic to ui 2023-01-06 12:05:27 +01:00
Andreas Gerlach
d74759de76
feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15) 2023-01-06 07:27:28 +01:00
fbearoff
694c1096d0
fix(indentscope): Turn off indentscope in Mason (#16) 2023-01-06 06:49:09 +01:00
Folke Lemaitre
12dacc4d32
feat(lspconfig): better setup with mason-lspconfig.setup_handlers 2023-01-05 18:26:07 +01:00
Folke Lemaitre
305328f3c3
feat(lazy): use lazy.nvim HEAD for now till this repo is more stable 2023-01-05 17:56:34 +01:00
Folke Lemaitre
05ec629d7b
fix(luasnip): fixed luasnip keymaps 2023-01-05 15:33:08 +01:00
Folke Lemaitre
4f0287793d
fix(mini): dont use version for indentscope and starter for now till 0.7.0 is released 2023-01-05 11:28:54 +01:00
Evgeni Chasnovski
5959734895
feat(mini.starter) Add 'mini.starter' as alternative start screen. (#6) 2023-01-05 11:14:41 +01:00
Folke Lemaitre
91a2a25524
feat(which-key): added more group names 2023-01-05 08:36:25 +01:00
Martin Halder
5bf59a6e83
fix(editor): typo and consistency (#12) 2023-01-05 08:35:11 +01:00
Folke Lemaitre
47fa58c2ed
feat(keymaps): added more keymaps 2023-01-04 21:34:49 +01:00
Folke Lemaitre
aa74156dfc
feat: added todo-comments 2023-01-04 13:51:54 +01:00
Folke Lemaitre
7280d59355
feat: added trouble 2023-01-04 13:51:45 +01:00
Folke Lemaitre
532049be0b
style: better keys formatting 2023-01-04 13:34:29 +01:00
Folke Lemaitre
ece9533206
feat: added persistence 2023-01-04 13:29:47 +01:00
Folke Lemaitre
e7c5d8a470
feat(telescope): better defaults 2023-01-04 13:22:28 +01:00
Folke Lemaitre
725bf0d00e
feat(which-key): added more group names 2023-01-04 13:05:04 +01:00
Folke Lemaitre
9907695320
feat: added mini.ai for better text objects 2023-01-04 12:39:11 +01:00
Folke Lemaitre
a893251079
fix(indentscope): added extra filetypes to exclude 2023-01-04 12:38:39 +01:00
Folke Lemaitre
276c46107e
fix(cmp): preselect entries 2023-01-04 08:21:44 +01:00
Folke Lemaitre
2fe5053284
feat: added mini.surround 2023-01-04 00:54:09 +01:00
Folke Lemaitre
ad8330208e
fix(leap): force setting keymaps for leap to make gs work 2023-01-04 00:53:31 +01:00
Folke Lemaitre
04b772e3e4
feat: added mini.indentscope 2023-01-04 00:41:57 +01:00
Folke Lemaitre
a15f44eb89
refactor: automatically load keymaps, autocmds and options 2023-01-03 23:51:57 +01:00
Folke Lemaitre
aae683f868
fix(alpha): make alpha and lazy ui behave with each other 2023-01-03 21:05:44 +01:00
Folke Lemaitre
bf8f5b31f3
refactor: move api to ui and util 2023-01-03 21:05:22 +01:00
Folke Lemaitre
7a49913cf2
refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots) 2023-01-03 21:05:02 +01:00
Folke Lemaitre
79bb9e17da
feat(notify): added keymap to dismiss all notifications 2023-01-02 20:14:11 +01:00
Folke Lemaitre
94e6f57955
refactor(neo-tree): move setting global to init 2023-01-02 20:13:56 +01:00
Folke Lemaitre
41645fdb2f
fix(luasnips): better defaults for <tab> behavior 2023-01-02 20:13:38 +01:00
Folke Lemaitre
8924f965d1
refactor(lsp): make servers easily configurable in overriding specs 2023-01-02 17:40:13 +01:00
Folke Lemaitre
5daf0cbe73
feat(mason): you can now supply a list of tools you want to have installed 2023-01-02 17:39:51 +01:00
Folke Lemaitre
93c5f84ebc
feat(alpha): load on VimEnter so we can track its performance 2023-01-02 17:39:21 +01:00
Folke Lemaitre
9b5dd50837
feat(telescope): added a gazillian mappings for Telescope 2023-01-02 17:38:29 +01:00
Folke Lemaitre
377a1e7407
feat(spectre): search and replace in multiple files 2023-01-02 17:38:05 +01:00
Folke Lemaitre
c525020c67
feat(neo-tree): use util.get_root when opening neo-tree 2023-01-02 17:37:48 +01:00
Folke Lemaitre
d4a48226da
feat(startuptime): better defaults 2023-01-02 09:49:49 +01:00
Folke Lemaitre
0624811b3b
feat(cmp): added cmp-emoji 2023-01-02 09:49:32 +01:00
Folke Lemaitre
2abd569ff2
feat(cmp): ghost text 2023-01-02 09:49:22 +01:00
Folke Lemaitre
7753a46a6b
feat(cmp): better tab behavior for cmp and luasnip 2023-01-02 09:49:09 +01:00
Folke Lemaitre
2d442fcf39
feat(indent-blankline): better defaults 2023-01-02 09:48:40 +01:00
Folke Lemaitre
7b9d409c2f
feat(bufferline): added siagnostic icons 2023-01-02 09:47:42 +01:00
Folke Lemaitre
4d2327dd1a
perf(dressing): lazy-load on vim.ui function call 2023-01-02 09:47:23 +01:00
Folke Lemaitre
bbd0a8a414
feat(notify): better defaults 2023-01-02 09:47:03 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00