mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
wayland-wm: sunsetr hyprlock
This commit is contained in:
parent
91b011a725
commit
47d967bfc9
26 changed files with 326 additions and 96 deletions
|
|
@ -10,6 +10,13 @@
|
|||
require("config.options")
|
||||
|
||||
local minimal = os.getenv("NVIM_MINIMAL") or os.getenv("EDITOR_POPUP")
|
||||
local disable_ai = os.getenv("DISABLE_AI_ASSISTANT") or "0"
|
||||
|
||||
if disable_ai == "1" then
|
||||
vim.g.ai_enabled = false
|
||||
else
|
||||
vim.g.ai_enabled = true
|
||||
end
|
||||
|
||||
if minimal == "1" then
|
||||
-- require("profiles.minimal")
|
||||
|
|
@ -50,6 +57,7 @@ if vim.g.neovide then
|
|||
vim.g.neovide_input_macos_option_key_is_meta = "only_left"
|
||||
end
|
||||
|
||||
-- TODO: Refractor this part to submodules
|
||||
-- 存储输入法状态的变量
|
||||
vim.g.input_layout = nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue