More startup optimisations
Start which_key on <leader> key press Start lualine on loading a buffer Remove dressing as noice seems to have supersceded it
This commit is contained in:
parent
5e7fcd7e72
commit
e236c0ae89
|
@ -1 +0,0 @@
|
|||
return { "stevearc/dressing.nvim", event = "VeryLazy" }
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons", "folke/noice.nvim", "folke/tokyonight.nvim" },
|
||||
event = { "VeryLazy" },
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = true,
|
||||
opts = {
|
||||
options = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"folke/which-key.nvim",
|
||||
event = { "VeryLazy" },
|
||||
keys = { "<leader>" },
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
|
|
Loading…
Reference in a new issue