mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 07:29:46 +02:00
feat(home/base/tui/editors/neovim): astronvim v4 - comment some demo
This commit is contained in:
@@ -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",
|
||||||
},
|
-- },
|
||||||
}
|
-- }
|
||||||
|
|||||||
Reference in New Issue
Block a user