Set LLM_KEY env var in nvim config

This commit is contained in:
don philipe
2025-04-02 09:17:12 +02:00
parent cfafeb5c04
commit b3d8e46003
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
vim.env.LLM_KEY = "None"
-1
View File
@@ -10,4 +10,3 @@ vim.opt.scrolloff = 8
vim.opt.incsearch = true
vim.opt.signcolumn = "yes"