without after telescope
This commit is contained in:
parent
2eb9117efa
commit
2fcafc9f35
7
init.lua
7
init.lua
@ -257,7 +257,6 @@ local config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pwntester/octo.nvim",
|
"pwntester/octo.nvim",
|
||||||
after = "telescope.nvim",
|
|
||||||
requires = {
|
requires = {
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
@ -364,6 +363,12 @@ local config = {
|
|||||||
-- augroups/autocommands and custom filetypes also this just pure lua so
|
-- 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
|
-- anything that doesn't fit in the normal config locations above can go here
|
||||||
polish = function()
|
polish = function()
|
||||||
|
vim.filetype.add {
|
||||||
|
extension = {
|
||||||
|
avsc = "json",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
-- Set up custom filetypes
|
-- Set up custom filetypes
|
||||||
-- vim.filetype.add {
|
-- vim.filetype.add {
|
||||||
-- extension = {
|
-- extension = {
|
||||||
|
Loading…
Reference in New Issue
Block a user