without after telescope

This commit is contained in:
2022-10-13 14:27:41 +02:00
parent 2eb9117efa
commit 2fcafc9f35

View File

@@ -257,7 +257,6 @@ local config = {
},
{
"pwntester/octo.nvim",
after = "telescope.nvim",
requires = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
@@ -364,6 +363,12 @@ local config = {
-- augroups/autocommands and custom filetypes also this just pure lua so
-- anything that doesn't fit in the normal config locations above can go here
polish = function()
vim.filetype.add {
extension = {
avsc = "json",
},
}
-- Set up custom filetypes
-- vim.filetype.add {
-- extension = {