without after telescope
This commit is contained in:
7
init.lua
7
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 = {
|
||||
|
Reference in New Issue
Block a user