diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-23 22:50:01 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-23 22:50:01 +0000 |
| commit | d68c693dc53615397fd8f97fec948e47081c9907 (patch) | |
| tree | dded00e9ba829e5cd3c8f2b706d018d70afd826a /lua/config | |
| parent | fdf92663d88ce25d8c48edad573f056d11ba4cbd (diff) | |
Add rose-pine theme & refactored lazy
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/lazy.lua | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index f5ee74c..a26b7d1 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -22,14 +22,4 @@ vim.g.mapleader = " " vim.g.maplocalleader = "\\" -- Setup lazy.nvim -require("lazy").setup({ - spec = { - -- import your plugins - { import = "plugins" }, - }, - -- Configure any other settings here. See the documentation for more details. - -- colorscheme that will be used when installing plugins. - install = { colorscheme = { "habamax" } }, - -- automatically check for plugin updates - checker = { enabled = true }, -}) +require("lazy").setup("plugins") |
