What is the filetype for Dressing's Telescope vim.ui.select
?
#96
-
Hi, I'm using this config for return {
"NvChad/nvim-colorizer.lua",
config = {
filetypes = {
"*", -- Highlight all files, but customize some others.
typescriptreact = { mode = "background", tailwind = true },
svelte = { mode = "background", tailwind = true },
rust = { mode = "foreground", tailwind = true },
},
user_default_options = {
always_update = true,
},
},
} I'm looking for a way to only have the |
Beta Was this translation helpful? Give feedback.
Answered by
stevearc
Apr 21, 2023
Replies: 1 comment 1 reply
-
You can find it yourself by running
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ziontee113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find it yourself by running
:set filetype?