Fix typo in init.lua

This commit is contained in:
Stephen Seo 2023-07-06 17:06:46 +09:00
parent 2b3edf454d
commit 1729ff9c19

View file

@ -65,7 +65,7 @@ vim.api.nvim_command('match CustomRedHighlight /TODO/')
vim.cmd( vim.cmd(
[[ [[
" CJK imput " CJK input
function CJKInput() function CJKInput()
let l:cmd = 'zenity --entry --text=CJK-Input 2>/dev/null' let l:cmd = 'zenity --entry --text=CJK-Input 2>/dev/null'
let l:output = system(l:cmd) let l:output = system(l:cmd)