Skip to content

Commit

Permalink
add_chatgpt_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rexackermann committed May 9, 2023
1 parent 28cd824 commit fe64f89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,15 @@ lvim.plugins = {
"https://github.com/khaveesh/vim-fish-syntax",
-- 'jose-elias-alvarez/null-lsnvim',
'MunifTanjim/prettier.nvim',
"jackMort/ChatGPT.nvim",
"MunifTanjim/nui.nvim",

},
}

-- Plugins stuff
require("telescope").load_extension "file_browser"
require("chatgpt").setup()
require "lsp_signature".setup('cfg')
require 'colorizer'.setup()
require 'sniprun'.setup({
Expand Down Expand Up @@ -844,4 +847,3 @@ vim.cmd [[autocmd BufWritePre <buffer> lua vim.lsp.buf.format()]] -- autoformat
-- end,
-- })
-- require('telescope.builtin').find_files({layout_strategy='horizontal',layout_config={width=0.9,height=0.9}})

0 comments on commit fe64f89

Please sign in to comment.