Compare commits
No commits in common. "3a4de018687a44078fbac262a2b7a84e2563d547" and "014b8d7bd5c2a7b96cce3e25eddc393eb4195624" have entirely different histories.
3a4de01868
...
014b8d7bd5
|
@ -1,4 +1,3 @@
|
||||||
-- Load all module files
|
-- Load all module files
|
||||||
require("core.python-provider")
|
|
||||||
require("core.keymaps")
|
require("core.keymaps")
|
||||||
require("core.options")
|
require("core.options")
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
-- Set a virtualenv as python provider
|
|
||||||
-- https://neovim.io/doc/user/provider.html#python-virtualenv
|
|
||||||
|
|
||||||
vim.g.python3_host_prog = "/home/igor/.pyenv/versions/py-nvim3.10/bin/python"
|
|
|
@ -1,23 +0,0 @@
|
||||||
-- Install and configure zotcite
|
|
||||||
-- https://github.com/jalvesaq/zotcite
|
|
||||||
|
|
||||||
return {
|
|
||||||
"jalvesaq/zotcite",
|
|
||||||
dependencies = {
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
"jalvesaq/cmp-zotcite",
|
|
||||||
},
|
|
||||||
config = function ()
|
|
||||||
require("zotcite").setup({
|
|
||||||
-- waiting for zotcite options
|
|
||||||
})
|
|
||||||
require("cmp_zotcite").setup({
|
|
||||||
filetypes = {
|
|
||||||
"pandoc",
|
|
||||||
"markdown",
|
|
||||||
"rmd",
|
|
||||||
"quarto",
|
|
||||||
}
|
|
||||||
})
|
|
||||||
end
|
|
||||||
}
|
|
|
@ -107,7 +107,6 @@ return {
|
||||||
},
|
},
|
||||||
{ name = "path" },
|
{ name = "path" },
|
||||||
{ name = "emoji" },
|
{ name = "emoji" },
|
||||||
{ name = "cmp_zotcite"}
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
formatting = {
|
formatting = {
|
||||||
|
|
Loading…
Reference in New Issue