aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-29 22:55:18 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-29 22:55:18 +0200
commit51141b49714d73b29b062af0ab7b5c7168db9480 (patch)
tree51d84fd4d67f46b027d8d437601b35f75819fbfd /lua/pml68
parentrefactor: create discrete lua file for vim.o and vim.g settings (diff)
downloadnvim-51141b49714d73b29b062af0ab7b5c7168db9480.tar.gz
refactor: delete /lua/pml68/init.lua, put require statements in /init.lua
Diffstat (limited to '')
-rw-r--r--lua/pml68/init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/pml68/init.lua b/lua/pml68/init.lua
deleted file mode 100644
index 4207fc1..0000000
--- a/lua/pml68/init.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-require("pml68.settings")
-require("pml68.remap")
-require("pml68.lazy")