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", +-- }, +-- }