Fix: replace_with_custom_snippets.lua breaking the original repo folder

This commit is contained in:
hyzen
2026-06-30 16:41:06 +05:30
parent a33b196aca
commit 38afffe094
3 changed files with 39 additions and 87 deletions

View File

@@ -8,9 +8,6 @@ vim.g.loaded_netrwPlugin = 1
-- keymaps.lua
require 'keymaps'
-- Copy custom snippets from custom_friendly_snippets folder
require 'replace_with_custom_snippets'
-- :UpdateKickestEnd command to safely update KickestEnd.nvim config from origin/master
require 'update_kickestend'