supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
279 stars 16 forks source link

feat!: `ignore_filetypes` as `string[]` #45

Open AlejandroSuero opened 1 month ago

AlejandroSuero commented 1 month ago

BREAKING CHANGE: now ignore_filetypes is an array of strings

ignore_filetypes = {
  cpp = true,
  help = true,
  ...
}
ignore_filetypes = { "cpp", "help", ... }