diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-29 22:55:18 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-29 22:55:18 +0200 |
| commit | 51141b49714d73b29b062af0ab7b5c7168db9480 (patch) | |
| tree | 51d84fd4d67f46b027d8d437601b35f75819fbfd /lua/pml68 | |
| parent | refactor: create discrete lua file for vim.o and vim.g settings (diff) | |
| download | nvim-51141b49714d73b29b062af0ab7b5c7168db9480.tar.gz | |
refactor: delete /lua/pml68/init.lua, put require statements in /init.lua
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/init.lua | 3 |
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") |
