From 2fcafc9f35d96e20f8540c1df606126632533ace Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 13 Oct 2022 14:27:41 +0200 Subject: [PATCH] without after telescope --- init.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a4de0df..8e7eee5 100644 --- a/init.lua +++ b/init.lua @@ -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 = {