aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/nvim/lua/configs/lazy.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-24 16:45:18 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-24 16:45:18 +0800
commit11863aa710ab0626eb76648d101854a481664a34 (patch)
treeed7d8331ceafbf8c5cc14304d0cd12e031eb2593 /vim/nvim/lua/configs/lazy.lua
parent76c665e2b3c797c1b77e90337f5db1e77bf60a23 (diff)
Update
Diffstat (limited to 'vim/nvim/lua/configs/lazy.lua')
-rw-r--r--vim/nvim/lua/configs/lazy.lua47
1 files changed, 0 insertions, 47 deletions
diff --git a/vim/nvim/lua/configs/lazy.lua b/vim/nvim/lua/configs/lazy.lua
deleted file mode 100644
index cd170bd..0000000
--- a/vim/nvim/lua/configs/lazy.lua
+++ /dev/null
@@ -1,47 +0,0 @@
1return {
2 defaults = { lazy = true },
3 install = { colorscheme = { "nvchad" } },
4
5 ui = {
6 icons = {
7 ft = "",
8 lazy = "󰂠 ",
9 loaded = "",
10 not_loaded = "",
11 },
12 },
13
14 performance = {
15 rtp = {
16 disabled_plugins = {
17 "2html_plugin",
18 "tohtml",
19 "getscript",
20 "getscriptPlugin",
21 "gzip",
22 "logipat",
23 "netrw",
24 "netrwPlugin",
25 "netrwSettings",
26 "netrwFileHandlers",
27 "matchit",
28 "tar",
29 "tarPlugin",
30 "rrhelper",
31 "spellfile_plugin",
32 "vimball",
33 "vimballPlugin",
34 "zip",
35 "zipPlugin",
36 "tutor",
37 "rplugin",
38 "syntax",
39 "synmenu",
40 "optwin",
41 "compiler",
42 "bugreport",
43 "ftplugin",
44 },
45 },
46 },
47}