mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
refactor: removed print statements
This commit is contained in:
parent
d70d370098
commit
b5208c489e
1 changed files with 0 additions and 2 deletions
|
|
@ -192,7 +192,6 @@ return {
|
||||||
for _, pattern in ipairs(patterns) do
|
for _, pattern in ipairs(patterns) do
|
||||||
vim.notify(pattern .. " in " .. vim.inspect(patterns) .. ". Current filetype: " .. vim.bo.filetype)
|
vim.notify(pattern .. " in " .. vim.inspect(patterns) .. ". Current filetype: " .. vim.bo.filetype)
|
||||||
if vim.bo.filetype == pattern then
|
if vim.bo.filetype == pattern then
|
||||||
print("Use", lang, "mappings")
|
|
||||||
set_dial_group(lang)
|
set_dial_group(lang)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
@ -201,6 +200,5 @@ return {
|
||||||
|
|
||||||
-- if we haven't returned from function that means that we are in filetype without mappings
|
-- if we haven't returned from function that means that we are in filetype without mappings
|
||||||
set_dial_group("default")
|
set_dial_group("default")
|
||||||
print("No language found for current file. Use default dial mappings")
|
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue