diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-01 22:24:39 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-01 22:24:39 +0100 |
commit | 808665c9ca1e051b2959b7be045d233388055550 (patch) | |
tree | 34a71cb033efff698be3688a9abfda453c5292c2 /fnl | |
parent | 97b84790c48c011ed6193cc5ae1bcfd32f51e39a (diff) |
Update events
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins.fnl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 66acdf9..516a8d7 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -47,6 +47,7 @@ (require :config.gitsigns))} ;; LSP {1 :williamboman/mason.nvim + :event :BufReadPre :dependencies [:jose-elias-alvarez/null-ls.nvim :jayp0521/mason-null-ls.nvim :tamago324/nlsp-settings.nvim @@ -121,6 +122,7 @@ (require :config.harpoon))} ;; Session plugins {1 :rmagatti/auto-session + :lazy false :config (fn [] (require :config.auto-session))} ;; Text manipulation @@ -151,7 +153,7 @@ (require :config.autopairs))} {1 :mbbill/undotree :cmd :UndotreeToggle} {1 :nvim-lualine/lualine.nvim - :event :BufReadPre + :event :VeryLazy :config (fn [] (require :config.lualine)) :dependencies [:kyazdani42/nvim-web-devicons :arkav/lualine-lsp-progress]} @@ -172,8 +174,10 @@ :config (fn [] (require :config.window-picker))} {1 :goolord/alpha-nvim + :lazy false :config (fn [] (require :config.alpha))} {1 :folke/which-key.nvim + :event :VeryLazy :config (fn [] (require :config.which-key))}] |