Compare commits
2 commits
f217b7af5e
...
b35325170d
Author | SHA1 | Date | |
---|---|---|---|
b35325170d | |||
aed7a88423 |
1 changed files with 0 additions and 13 deletions
|
@ -2,19 +2,6 @@ if vim.g.started_by_firenvim ~= true then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.g.firenvim_config = {
|
|
||||||
globalSettings = { alt = "all" },
|
|
||||||
localSettings = {
|
|
||||||
[".*"] = {
|
|
||||||
cmdline = "neovim",
|
|
||||||
content = "text",
|
|
||||||
priority = 0,
|
|
||||||
selector = "textarea",
|
|
||||||
takeover = "never"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd('UIEnter', {
|
vim.api.nvim_create_autocmd('UIEnter', {
|
||||||
callback = function()
|
callback = function()
|
||||||
local client = vim.api.nvim_get_chan_info(vim.v.event.chan).client
|
local client = vim.api.nvim_get_chan_info(vim.v.event.chan).client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue