Commit Graph
167 Commits
Author SHA1 Message Date
Folke Lemaitre 6674a3accf feat(autocmds): rebalance windows on resize 2023-01-11 16:26:08 +01:00
Folke Lemaitre 2ea489c7ba refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled 2023-01-11 16:14:18 +01:00
Folke Lemaitre 318b56c1c4 fix(autocmds): load autocmds during startup when argc > 0. Fixes #34 2023-01-11 13:00:16 +01:00
Folke Lemaitre e405023530 fix(options): use vim.opt and trigger Lazy ui reload when needed. Fixes #38 2023-01-11 12:56:07 +01:00
Folke Lemaitre 83d18dbcee fix(util): proper fix for lazy notify 2023-01-11 09:03:45 +01:00
Folke Lemaitre bbb59d3ffd fix(util): prevent loop for now. Still need to figure out what's causing it 2023-01-11 09:01:40 +01:00
Gregory Danielson III 207beafda2 fix(bufferline): load bufferline on VeryLazy event (#35) (#36) 2023-01-11 08:10:40 +01:00
Folke Lemaitre d568098374 fix(options): set options with vim.set_global 2023-01-11 08:05:29 +01:00
Folke Lemaitre 81d798fdaa feat(neo-tree): load neo-tree when specifying a direcory on the cmdline 2023-01-10 23:44:02 +01:00
Folke Lemaitre 701337fac8 feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts 2023-01-10 23:00:56 +01:00
Folke Lemaitre 3dd367caac style: fixed comment for save file 2023-01-10 19:40:25 +01:00
Folke Lemaitre cce3129e99 fix(typescipt): properly check client.name in on_attach 2023-01-10 19:32:02 +01:00
Folke Lemaitre 7a68907b39 fix(neodev): use opts instead of config 2023-01-10 18:27:13 +01:00
Folke Lemaitre 6cf6959254 perf(neodev): enable experimental pathStrict setting for better sumneko performance 2023-01-10 17:55:26 +01:00
Folke Lemaitre 2128bf3e20 fix(typescript): only set ts keymaps for tsserver 2023-01-10 17:54:45 +01:00
Folke Lemaitre 74063135d8 feat(notify): lazy-load nvim-notify to show proper notifs before Noice loads 2023-01-10 14:28:25 +01:00
Folke Lemaitre 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
Folke Lemaitre 4d7455ad2c docs: added configuration 2023-01-10 11:14:27 +01:00
Folke Lemaitre dcf520f3a7 refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config 2023-01-10 11:14:27 +01:00
Folke Lemaitre 7b943822db feat(config): show an error when the needed version of lazy.nvim is too old 2023-01-10 11:14:27 +01:00
Folke Lemaitre 48d1e8df12 feat(util): use lazy's notify instead of vim.notify 2023-01-10 11:14:27 +01:00
Folke Lemaitre 04a898a326 fix(json): correct case for SchemaStore.nvim 2023-01-10 11:14:27 +01:00
Folke Lemaitre 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
Folke Lemaitre 1d6ce4fc57 feat(keymaps): added <leader>r to redraw and clear hlsearch 2023-01-09 22:12:41 +01:00
Folke Lemaitre 542920fb82 feat(neo-tree): added <leader>e and <leader>E to toggle neo-tree 2023-01-09 22:12:19 +01:00
Folke Lemaitre 73b38e6187 feat(keymaps)!: remove keymaps for [p and ]p 2023-01-09 20:54:29 +01:00
Folke Lemaitre c1fb5a09b8 docs: more docs 2023-01-09 10:53:03 +01:00
Folke Lemaitre 6fdb06cd80 docs: updated generated docs 2023-01-09 09:54:07 +01:00
Folke Lemaitre c2f124c204 docs: cleanup keymaps 2023-01-09 08:37:42 +01:00
Folke Lemaitre 011356e70e feat(lang): added json support 2023-01-09 08:29:13 +01:00
Myles MoandMyles Mo 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
Folke Lemaitre 86e4e792f3 docs: auto-generate keymaps and plugins section 2023-01-08 21:20:36 +01:00
Folke Lemaitre 838bff12b6 feat(keymaps): added missing descriptions 2023-01-08 21:08:21 +01:00
Folke Lemaitre 26a3d8c1f3 refactor(lsp): move typescript keymaps to typescript 2023-01-08 21:07:42 +01:00
Folke Lemaitre a44054fc62 style: cleanup 2023-01-08 19:59:15 +01:00
Folke Lemaitre 814c43a053 refactor(mason): move ensure_installed to opts.ensure_installed 2023-01-08 18:59:38 +01:00
Folke Lemaitre 77b5e9ab56 refactor: use opts everywhere, so any plugin config can now be extended 2023-01-08 16:13:22 +01:00
Folke Lemaitre 6c73e775cf feat(typescript): added extras for typescript 2023-01-08 15:52:00 +01:00
Folke Lemaitre 32de697753 refactor(ui): moved mini.starter to extras 2023-01-08 15:37:55 +01:00
Folke Lemaitre 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
Folke Lemaitre 531f8baf5e feat(telescope): use git_files or find_files for files 2023-01-08 10:08:02 +01:00
Folke Lemaitre 53c08e7aa1 chore(telescope): use HEAD version, since telescope doesn't really use releases 2023-01-08 10:07:33 +01:00
Folke Lemaitre 38be71692f feat(keymaps): added missing descriptions 2023-01-07 23:20:37 +01:00
Andreas Gerlach 037d0e87b3 fix: provide LSP server name in setup function (#21) 2023-01-07 19:38:47 +01:00
Folke Lemaitre aa6ba29772 feat(init)!: disable init.lua and show a message on how to use LazyVim 2023-01-07 11:44:40 +01:00
Folke Lemaitre 9fd21306fc feat(lsp): allow for custom lsp server setup 2023-01-07 11:16:04 +01:00
Folke Lemaitre b38465b50e refactor(treesitter): make it easier to override installed parsers 2023-01-07 10:52:19 +01:00
Folke Lemaitre ef78153afa refactor(lsp)!: move servers to lspconfig plugin spec 2023-01-07 10:44:17 +01:00
Folke Lemaitre 8f782709d8 feat(keymaps)!: switching buffers now uses shift + hl keys 2023-01-07 00:22:04 +01:00
Folke Lemaitre ffe606ee41 feat(keymaps)!: resizing windows now uses ctrl + arrow keys 2023-01-07 00:21:23 +01:00