Skip to content

Instantly share code, notes, and snippets.

@leite
Created December 21, 2023 23:03
Show Gist options
  • Save leite/0742b6fcc6f44128ef207b55baf18ec8 to your computer and use it in GitHub Desktop.
Save leite/0742b6fcc6f44128ef207b55baf18ec8 to your computer and use it in GitHub Desktop.
enables crystal language highlighting in nvim & telescope preview
-- after/plugin/plenary.lua
require('plenary.filetype').add_table({
extension = {
cr = 'ruby'
}
})
-- lua/leite/set.lua
vim.filetype.add({
extension = {
cr = 'ruby'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment