Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-05-06 11:37:22 +08:00
parent 12e0552c36
commit c75b9971d9
3 changed files with 15 additions and 100 deletions

View File

@@ -1,15 +1,9 @@
local cmd = vim.cmd
local o_s = vim.o
local map_key = vim.api.nvim_set_keymap
local g = vim.g
local api = vim.api
local fn = vim.fn
local ncmd = vim.api.nvim_command
local lsp = vim.lsp
local o, wo, bo = vim.o, vim.wo, vim.bo
local o = vim.o
local buffer = { o, bo }
local window = { o, wo }
local function opt(o, v, scopes)
scopes = scopes or { o_s }