From fd62548dc0cd40366b8ca407c8b600db9a4cfdae Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 13 Apr 2024 00:36:57 +0800 Subject: [PATCH] feat(home/base/tui/editors/neovim): astronvim v4 - comment some demo --- .../tui/editors/neovim/nvim/lua/polish.lua | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/home/base/tui/editors/neovim/nvim/lua/polish.lua b/home/base/tui/editors/neovim/nvim/lua/polish.lua index 14c38cd4..8b32fc1e 100644 --- a/home/base/tui/editors/neovim/nvim/lua/polish.lua +++ b/home/base/tui/editors/neovim/nvim/lua/polish.lua @@ -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 -- 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", +-- }, +-- }