copilot fix

This commit is contained in:
Zacharias-Brohn
2025-01-14 22:15:15 +01:00
parent 6f5292d290
commit cbbee45c48
5 changed files with 39 additions and 62 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46/"
vim.g.mapleader = " "
vim.cmd("source test.vim")
vim.cmd("source ~/.config/nvim/test.vim")
-- bootstrap lazy and all plugins
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"