feat(home/base/tui/editors/neovim): astronvim v4 - comment some demo

This commit is contained in:
Ryan Yin
2024-04-13 00:36:57 +08:00
parent 9a45cc6448
commit fd62548dc0

View File

@@ -5,14 +5,14 @@ if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- fit in the normal config locations above can go here -- fit in the normal config locations above can go here
-- Set up custom filetypes -- Set up custom filetypes
vim.filetype.add { -- vim.filetype.add {
extension = { -- extension = {
foo = "fooscript", -- foo = "fooscript",
}, -- },
filename = { -- filename = {
["Foofile"] = "fooscript", -- ["Foofile"] = "fooscript",
}, -- },
pattern = { -- pattern = {
["~/%.config/foo/.*"] = "fooscript", -- ["~/%.config/foo/.*"] = "fooscript",
}, -- },
} -- }