Nvim: new pugins + some disabled ones
Some experiments with AI
This commit is contained in:
11
.config/nvim/lua/plugins/bitbucket.lua
Normal file
11
.config/nvim/lua/plugins/bitbucket.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
--'tools/bitbucket.nvim',
|
||||
dir = '~/tools/bitbucket.nvim/',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim'
|
||||
},
|
||||
-- dev = true,
|
||||
config = function()
|
||||
require('bitbucket-nvim').setup({ opt = "test"})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user