mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Set LLM_KEY env var in nvim config
This commit is contained in:
1
.config/nvim/lua/config/env.lua
Normal file
1
.config/nvim/lua/config/env.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.env.LLM_KEY = "None"
|
||||
@@ -10,4 +10,3 @@ vim.opt.scrolloff = 8
|
||||
vim.opt.incsearch = true
|
||||
|
||||
vim.opt.signcolumn = "yes"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user