|
2abd569ff2
|
feat(cmp): ghost text
|
2023-01-02 09:49:22 +01:00 |
|
|
7753a46a6b
|
feat(cmp): better tab behavior for cmp and luasnip
|
2023-01-02 09:49:09 +01:00 |
|
|
2d442fcf39
|
feat(indent-blankline): better defaults
|
2023-01-02 09:48:40 +01:00 |
|
|
7b9d409c2f
|
feat(bufferline): added siagnostic icons
|
2023-01-02 09:47:42 +01:00 |
|
|
4d2327dd1a
|
perf(dressing): lazy-load on vim.ui function call
|
2023-01-02 09:47:23 +01:00 |
|
|
bbd0a8a414
|
feat(notify): better defaults
|
2023-01-02 09:47:03 +01:00 |
|
|
8eb8d235c9
|
refactor: move everything under lazyvim
|
2023-01-01 14:33:56 +01:00 |
|
|
39ccddad5f
|
refactor(lsp): better server capability checks
|
2023-01-01 13:59:56 +01:00 |
|
|
81146e2445
|
fix(which-key): set group names for n and v
|
2023-01-01 13:47:03 +01:00 |
|
|
a85608b61e
|
refactor(lsp): simplified keymaps
|
2023-01-01 13:15:35 +01:00 |
|
|
1bc029969e
|
fix(autoformat): make buf part of the autocmd group name
|
2023-01-01 13:15:12 +01:00 |
|
|
0e6b710627
|
feat(mason): added keymap
|
2023-01-01 12:58:29 +01:00 |
|
|
670daaadc3
|
fix(alpha): make sure alpha renders when Lazy is open after installing missing plugins
|
2023-01-01 12:53:33 +01:00 |
|
|
3b700fc28c
|
fix(options): only set splitkeep on Neovim 0.9.0
|
2023-01-01 11:30:52 +01:00 |
|
|
ddd014398c
|
refactor(keymap): dont use which-key to setup lsp keymaps
|
2023-01-01 10:53:43 +01:00 |
|
|
cde90703b3
|
feat(util): added vim-startuptime
|
2023-01-01 09:56:36 +01:00 |
|
|
e98381a45a
|
feat: added leap and flit
|
2023-01-01 09:54:16 +01:00 |
|
|
3429ad877b
|
feat(editor): added mini.bufremove
|
2022-12-31 18:22:16 +01:00 |
|
|
9b120aec36
|
style: removed a complex keymap to search visual selection. not ideal for new users
|
2022-12-31 18:16:24 +01:00 |
|
|
478f75cb76
|
perf: setup which-key inside config() and load autocmds and keymaps as normal
|
2022-12-31 18:14:46 +01:00 |
|
|
bce0744ca3
|
feat(telescope): added more mappings
|
2022-12-31 18:05:33 +01:00 |
|
|
772fa5aaa6
|
feat(which-key): defined some groups
|
2022-12-31 18:05:17 +01:00 |
|
|
8d43ddec9b
|
feat(git): added lazygit
|
2022-12-31 18:05:04 +01:00 |
|
|
c3eda447dd
|
refactor: moved gitsigns and illuminate from coding to editor
|
2022-12-31 17:07:30 +01:00 |
|
|
b267e33810
|
feat(illuminate): added illuminate
|
2022-12-31 17:03:56 +01:00 |
|
|
79a6992676
|
feat(cmp): added kind icons
|
2022-12-31 17:03:39 +01:00 |
|
|
be1befeac2
|
refactor(gitsigns): simplified config
|
2022-12-31 17:03:21 +01:00 |
|
|
8834510d40
|
feat(diagnostics): added icons
|
2022-12-31 17:02:55 +01:00 |
|
|
43a97bc7ce
|
refactor(autocmds): simplified autocmd to jump to last location of file
|
2022-12-31 14:30:12 +01:00 |
|
|
1467c900ac
|
feat(alpha): added lazy shortcut
|
2022-12-31 13:13:36 +01:00 |
|
|
17c0eb4d56
|
feat(ui): added noice
|
2022-12-31 11:18:01 +01:00 |
|
|
4920055e64
|
chore: updated plugins
|
2022-12-31 11:17:54 +01:00 |
|
|
2309580180
|
feat(treesitter): don't use auto_install. Use ensure_installed instead
|
2022-12-31 11:17:25 +01:00 |
|
|
09c27b5e4d
|
refactor: config.plugins -> plugins
|
2022-12-31 10:54:51 +01:00 |
|
|
fbd502221d
|
style(alpha): better colors
|
2022-12-30 23:37:29 +01:00 |
|
|
9ab118aade
|
refactor(lsp): simplified lsp code
|
2022-12-30 23:35:56 +01:00 |
|
|
75d8aff979
|
perf(tokyonight): use tokyonight api to load colorscheme on startup
|
2022-12-30 23:34:45 +01:00 |
|
|
0266bb851d
|
feat(alpha): improved colors
|
2022-12-30 23:34:17 +01:00 |
|
|
108c471ab5
|
perf: lazy-load nvim-notify
|
2022-12-30 23:33:57 +01:00 |
|
|
0d02dec9d2
|
perf: disable some builtin plugins that are replaced by another plugin
|
2022-12-30 19:00:03 +01:00 |
|
|
7261a792a9
|
fix: lazxy bootstrap code checked lazypath twice
|
2022-12-30 18:56:48 +01:00 |
|
|
ed85d79992
|
refactor: mappings => keymaps
|
2022-12-30 18:56:34 +01:00 |
|
|
d5c8045bbd
|
refactor: autocommands.lua => autocmds.lua
|
2022-12-30 18:54:11 +01:00 |
|
|
d736cf453e
|
fix: fixed highlight on yank
|
2022-12-30 18:21:25 +01:00 |
|
|
f4f2107329
|
feat(lualine): enabled globalstatus
|
2022-12-30 18:21:12 +01:00 |
|
|
63609e6764
|
fix: load mini.pairs
|
2022-12-30 18:19:57 +01:00 |
|
|
016bda67f2
|
fix: dont disable any builtins
|
2022-12-30 17:48:58 +01:00 |
|
|
58e5dae036
|
feat: initial commit
|
2022-12-30 17:30:52 +01:00 |
|