rework qalc mappings
This commit is contained in:
@@ -17,7 +17,6 @@ local autocmd = vim.api.nvim_create_autocmd
|
||||
-- end
|
||||
|
||||
-- ━━━━━━━━━━━━━━━━━━━━━━━ Set up Qalc keymappings ━━━━━━━━━━━━━━━━━━━━━━━
|
||||
if pcall(require, 'qalc') then
|
||||
-- Create a group for filetype-specific mappings
|
||||
autogrp('QalcFileTypeMappings', { clear = true })
|
||||
|
||||
@@ -53,7 +52,6 @@ if pcall(require, 'qalc') then
|
||||
vim.api.nvim_buf_delete(0, { force = true })
|
||||
end
|
||||
end, { bang = true })
|
||||
end
|
||||
|
||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━ Set up highlights ━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
local load_highlight = require('utils.highlight')
|
||||
|
||||
Reference in New Issue
Block a user