Add filetype config
Use view.entries == 'native' instead of experimental.native_menu
This commit is contained in:
@@ -26,7 +26,7 @@ vim.cmd [[
|
||||
]]
|
||||
|
||||
misc.set(_G, { 'cmp', 'plugin', 'cmdline', 'enter' }, function()
|
||||
if config.get().experimental.native_menu then
|
||||
if config.is_native_menu() then
|
||||
return
|
||||
end
|
||||
if vim.fn.expand('<afile>')~= '=' then
|
||||
|
||||
Reference in New Issue
Block a user