Fix: <leader>qa global keymap implementation in alpha window button.

This commit is contained in:
psychhim
2025-10-14 18:40:10 +05:30
parent 1dd8c87ec4
commit 036a8d766c
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,12 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- keymaps.lua
require 'keymaps'
-- Copy custom snippets from custom_friendly_snippets folder
require 'replace_with_custom_snippets'
-- :UpdateKickestEnd command to safely update KickestEnd.nvim config from origin/master
require 'update_kickestend'
@@ -274,12 +280,6 @@ require('lazy').setup({
{ import = 'plugins.custom' },
}, {})
-- custom/keymaps.lua file
require 'keymaps'
-- Copy custom snippets from custom_friendly_snippets folder
require 'replace_with_custom_snippets'
-- [[ Setting options ]]
-- See `:help vim.o`