Lucas
1 month ago
2 changed files with 15 additions and 13 deletions
@ -1,18 +1,19 @@ |
|||
if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE |
|||
-- if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE |
|||
|
|||
-- This will run last in the setup process and is a good place to configure |
|||
-- things like custom filetypes. This is just pure lua so anything that doesn't |
|||
-- fit in the normal config locations above can go here |
|||
|
|||
-- Set up custom filetypes |
|||
vim.filetype.add { |
|||
extension = { |
|||
foo = "fooscript", |
|||
}, |
|||
filename = { |
|||
["Foofile"] = "fooscript", |
|||
}, |
|||
pattern = { |
|||
["~/%.config/foo/.*"] = "fooscript", |
|||
}, |
|||
} |
|||
-- vim.filetype.add { |
|||
-- extension = { |
|||
-- foo = "fooscript", |
|||
-- }, |
|||
-- filename = { |
|||
-- ["Foofile"] = "fooscript", |
|||
-- }, |
|||
-- pattern = { |
|||
-- ["~/%.config/foo/.*"] = "fooscript", |
|||
-- }, |
|||
-- } |
|||
require("plugins.config.multigrep").setup() |
|||
|
Loading…
Reference in new issue