๐Ÿ’ YAML toolkit for Neovim users

Fix a bug caused by usage of global value

Actually this plugin is conflicted with another plugin `nkakouros-original/numbers.nvim` that is also using a global 'M'

authored by

Zhranklin and committed by
GitHub
14efa14e 7f1e6a36

+1 -1
+1 -1
lua/yaml_nvim/init.lua
··· 76 76 77 77 -- Public API 78 78 79 - M = {} 79 + local M = {} 80 80 81 81 M.default_config = { 82 82 ft = { "yaml", "eruby.yaml" },