Merge pull request #47 from 0xTux/main

fix path for base64 plugin
This commit is contained in:
Sidhanth Rathod 2024-10-02 05:48:51 +05:30 committed by GitHub
commit 76da790a27
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