mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 02:21:14 +01:00
Fix: <leader>qa global keymap implementation in alpha window button.
This commit is contained in:
12
init.lua
12
init.lua
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user