Commit Graph

344 Commits

Author SHA1 Message Date
838bff12b6 feat(keymaps): added missing descriptions 2023-01-08 21:08:21 +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
77b5e9ab56 refactor: use opts everywhere, so any plugin config can now be extended 2023-01-08 16:13:22 +01:00
6c73e775cf feat(typescript): added extras for typescript 2023-01-08 15:52:00 +01:00
32de697753 refactor(ui): moved mini.starter to extras 2023-01-08 15:37:55 +01:00
2135bc144c refactor(plugins)!: plugins now use lazy.nvim's new opts property to make it far easier to override options 2023-01-08 15:05:34 +01:00
531f8baf5e feat(telescope): use git_files or find_files for files 2023-01-08 10:08:02 +01:00
53c08e7aa1 chore(telescope): use HEAD version, since telescope doesn't really use releases 2023-01-08 10:07:33 +01:00
38be71692f feat(keymaps): added missing descriptions 2023-01-07 23:20:37 +01:00
037d0e87b3 fix: provide LSP server name in setup function (#21) 2023-01-07 19:38:47 +01:00
aa6ba29772 feat(init)!: disable init.lua and show a message on how to use LazyVim 2023-01-07 11:44:40 +01:00
9fd21306fc feat(lsp): allow for custom lsp server setup 2023-01-07 11:16:04 +01:00
b38465b50e refactor(treesitter): make it easier to override installed parsers 2023-01-07 10:52:19 +01:00
ef78153afa refactor(lsp)!: move servers to lspconfig plugin spec 2023-01-07 10:44:17 +01:00
8f782709d8 feat(keymaps)!: switching buffers now uses shift + hl keys 2023-01-07 00:22:04 +01:00
ffe606ee41 feat(keymaps)!: resizing windows now uses ctrl + arrow keys 2023-01-07 00:21:23 +01:00
00ec5a9a36 feat(keymaps)!: move to window now uses ctrl hjkl 2023-01-07 00:20:54 +01:00
92c22d7932 feat(lps)!: move signature help from <-k> to gK 2023-01-07 00:13:38 +01:00
31ddf90be9 feat(gitsigns): added gitsigns keymaps 2023-01-07 00:06:54 +01:00
4c2ac6b7bf feat(options): winminwidth 2023-01-06 23:51:45 +01:00
77672ba3fd feat(keymaps): added toggle for diagnostics and conceal 2023-01-06 23:51:30 +01:00
8174821b71 feat(autocmds): set spell and wrap for markdown 2023-01-06 23:51:02 +01:00
e42337f02a feat(settings): better default icons 2023-01-06 22:48:20 +01:00
62dc892d8e feat(alpha): added shortcut to restore session 2023-01-06 21:43:05 +01:00
7306952f80 feat(lualine): better lualine with lazy.nvim updates and some noice components 2023-01-06 21:35:14 +01:00
9026668f2f fix(persistence): fixed stop session keymap description 2023-01-06 19:43:06 +01:00
bb388a28ff refactor(navic): move navic to ui 2023-01-06 12:05:27 +01:00
d74759de76 feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15) 2023-01-06 07:27:28 +01:00
6bfba2d669 feat(keymaps): use regular jk when specifying a count 2023-01-06 07:21:27 +01:00
694c1096d0 fix(indentscope): Turn off indentscope in Mason (#16) 2023-01-06 06:49:09 +01:00
12dacc4d32 feat(lspconfig): better setup with mason-lspconfig.setup_handlers 2023-01-05 18:26:07 +01:00
454df99ff3 feat(terminal): double escape to enter normal mode 2023-01-05 17:56:54 +01:00
305328f3c3 feat(lazy): use lazy.nvim HEAD for now till this repo is more stable 2023-01-05 17:56:34 +01:00
a91d4a6861 refactor: use latest lazy float_term API 2023-01-05 17:55:36 +01:00
05ec629d7b fix(luasnip): fixed luasnip keymaps 2023-01-05 15:33:08 +01:00
18756a614c feat(keymaps): added floating terminal 2023-01-05 11:38:05 +01:00
68242540cf feat(keymaps): better jk 2023-01-05 11:29:05 +01:00
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
5959734895 feat(mini.starter) Add 'mini.starter' as alternative start screen. (#6) 2023-01-05 11:14:41 +01:00
53631526ad fix(util): added space in msg when toggling 2023-01-05 08:37:09 +01:00
91a2a25524 feat(which-key): added more group names 2023-01-05 08:36:25 +01:00
5bf59a6e83 fix(editor): typo and consistency (#12) 2023-01-05 08:35:11 +01:00
df6f2fc92f feat(keymaps): more keymaps 2023-01-04 22:22:04 +01:00
3d998cbdb1 fix(keymaps): only add vim.show_pos on nightly. Fixes #10 2023-01-04 21:55:23 +01:00
47fa58c2ed feat(keymaps): added more keymaps 2023-01-04 21:34:49 +01:00
aa74156dfc feat: added todo-comments 2023-01-04 13:51:54 +01:00
7280d59355 feat: added trouble 2023-01-04 13:51:45 +01:00
532049be0b style: better keys formatting 2023-01-04 13:34:29 +01:00