Up
This commit is contained in:
parent
9239ba6e11
commit
afcd9d3234
@ -41,6 +41,8 @@ lvim.builtin.nvimtree.setup.view.side = "left"
|
|||||||
lvim.builtin.nvimtree.setup.renderer.icons.show.git = false
|
lvim.builtin.nvimtree.setup.renderer.icons.show.git = false
|
||||||
lvim.builtin.terminal.active = true
|
lvim.builtin.terminal.active = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- theme settings
|
-- theme settings
|
||||||
--
|
--
|
||||||
|
|
||||||
@ -48,6 +50,13 @@ lvim.builtin.terminal.active = true
|
|||||||
-- lvim.builtin.theme.options.style = "storm"
|
-- lvim.builtin.theme.options.style = "storm"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- variables
|
||||||
|
--
|
||||||
|
local home = vim.fn.expand("$HOME")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- ==============================================
|
-- ==============================================
|
||||||
-- Trying to make a modular configuration
|
-- Trying to make a modular configuration
|
||||||
-- plugins
|
-- plugins
|
||||||
@ -189,6 +198,21 @@ lvim.plugins = {
|
|||||||
{
|
{
|
||||||
"skywind3000/asyncrun.vim",
|
"skywind3000/asyncrun.vim",
|
||||||
},
|
},
|
||||||
|
-- chatgpt
|
||||||
|
{
|
||||||
|
"jackMort/ChatGPT.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("chatgpt").setup({
|
||||||
|
api_key_cmd = "pass _api_keys/openai_perso-1"
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
dependencies = {
|
||||||
|
"MunifTanjim/nui.nvim",
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim"
|
||||||
|
}
|
||||||
|
},
|
||||||
-- cmp addons
|
-- cmp addons
|
||||||
{
|
{
|
||||||
"tzachar/cmp-tabnine",
|
"tzachar/cmp-tabnine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user