fix path for base64 plugin

This commit is contained in:
tux 2024-10-02 05:38:25 +05:30 committed by GitHub
parent 59f23d053a
commit 0eb7d42b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
vim.g.base46_cache = vim.fn.stdpath "data" .. "/nvchad/base46/"
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46/"
vim.g.mapleader = " "
-- bootstrap lazy and all plugins