diff .chezmoitemplates/init.lua @ 761:ec5b57266af2

feat: add lazy-lock.json as a symlink
author zegervdv <zegervdv@me.com>
date Sun, 12 Mar 2023 18:04:50 +0100
parents b64652ec91cb
children 67df970646c1
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sun Mar 12 17:32:18 2023 +0100
+++ b/.chezmoitemplates/init.lua	Sun Mar 12 18:04:50 2023 +0100
@@ -22,9 +22,9 @@
 -- Set leader to space
 vim.g.mapleader = ' '
 
-require('lazy').setup {
+require('lazy').setup({
   -- General plugins
-  { 'tpope/vim-sensible' },
+  'tpope/vim-sensible',
   { 'tpope/vim-repeat' },
   { 'tpope/vim-rsi' },
   { 'sgur/vim-editorconfig' },
@@ -86,6 +86,7 @@
   { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } },
   {
     'sindrets/diffview.nvim',
+    dev = true,
     config = function()
       require('diffview').setup {
         use_icons = false,
@@ -687,6 +688,7 @@
     'zegervdv/espresso-tutti-colori.nvim',
     name = 'tutti-colori',
     cond = not os.getenv 'DARKMODE',
+    dev = true,
     config = function()
       require('tutti-colori').setup()
       require('tutti-colori').load()
@@ -722,7 +724,28 @@
       }
     end,
   },
-}
+}, {
+  dev = {
+    path = '~/Projects',
+    fallback = true,
+  },
+  ui = {
+    icons = {
+      cmd = '⌘',
+      config = '🛠',
+      event = '📅',
+      ft = '📂',
+      init = '⚙',
+      keys = '🗝',
+      plugin = '🔌',
+      runtime = '💻',
+      source = '📄',
+      start = '🚀',
+      task = '📌',
+      lazy = '💤 ',
+    },
+  },
+})
 
 -- Configuration
 vim.opt.backspace = { 'indent', 'eol', 'start' } -- Backspace everything