LunarVim/lua/lvim/core
CPea 732fd6fc2b
fix(terminal): don't set the shell by default (#3867)
* fix(terminal): set user's shell before calling setup

* refactor: set `vim.o.shell` directly in `cmd` opts
2023-02-19 11:53:35 +01:00
..
alpha feat(alpha): add quit button to dashboard (#3767) 2023-01-26 16:20:07 +01:00
builtins refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
lualine refactor(alpha): remove laststatus and tabline autocmds (#3809) 2023-02-04 16:24:56 +01:00
telescope fix(finders): use lunarvim basedir (#3332) 2022-10-27 16:28:33 +02:00
alpha.lua refactor(alpha): remove laststatus and tabline autocmds (#3809) 2023-02-04 16:24:56 +01:00
autocmds.lua feat(autocmds): add NvimTreeNormalNC to transparent mode (#3850) 2023-02-16 14:14:23 +07:00
autopairs.lua fix(cmp): handle deprecated tree-sitter api (#3853) 2023-02-16 16:51:35 +01:00
breadcrumbs.lua fix(breadcrumbs): refresh on TabEnter (#3727) 2023-01-14 15:31:05 +02:00
bufferline.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
cmp.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
commands.lua feat: add command & keybind to view docs (#3426) 2022-11-07 22:52:51 -05:00
comment.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
dap.lua feat(dap-ui): update setup table (#3724) 2023-01-13 15:46:41 +02:00
gitsigns.lua feat: update setup tables (#3693) 2023-01-07 17:03:03 +02:00
illuminate.lua refactor: migrate to lazy.nvim (#3647) 2023-01-10 21:18:17 +01:00
indentlines.lua fix(indentlines): typo (#3743) 2023-01-17 08:54:58 +01:00
info.lua feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
lir.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
log.lua fix(logger): fix errors with older structlog versions (#3755) 2023-01-19 20:21:53 +01:00
mason.lua fix(config): use a minimal bootstrap for mason (#3427) 2022-11-05 16:46:52 +01:00
nvimtree.lua fix: remove deprecated nvim-tree options (#3810) 2023-02-04 17:38:51 +02:00
project.lua feat: update setup tables (#3693) 2023-01-07 17:03:03 +02:00
telescope.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
terminal.lua fix(terminal): don't set the shell by default (#3867) 2023-02-19 11:53:35 +01:00
theme.lua perf: lazy load most plugins (#3750) 2023-02-04 17:22:41 +02:00
treesitter.lua fix(cmp): handle deprecated tree-sitter api (#3853) 2023-02-16 16:51:35 +01:00
which-key.lua feat(which-key): keybind for :Telescope resume (#3826) 2023-02-08 09:40:32 +01:00