mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-03 02:24:26 +02:00
configura codeium e telescope-git-branch
This commit is contained in:
parent
6c224bfb1f
commit
5f8a9386b7
4 changed files with 22 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -416,6 +416,7 @@ require('lazy').setup({
|
|||
-- Enable Telescope extensions if they are installed
|
||||
pcall(require('telescope').load_extension, 'fzf')
|
||||
pcall(require('telescope').load_extension, 'ui-select')
|
||||
pcall(require('telescope').load_extension, 'git_branch')
|
||||
|
||||
-- See `:help telescope.builtin`
|
||||
local builtin = require 'telescope.builtin'
|
||||
|
@ -860,6 +861,7 @@ require('lazy').setup({
|
|||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'path' },
|
||||
{ name = 'codeium' },
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue