mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
@@ -6,7 +6,6 @@ local AsyncSession = require('nvim.async_session')
|
||||
local Session = require('nvim.session')
|
||||
|
||||
local nvim_prog = os.getenv('NVIM_PROG') or 'build/bin/nvim'
|
||||
--- FIXME: 'autoindent' messes up the insert() function
|
||||
local nvim_argv = {nvim_prog, '-u', 'NONE', '-i', 'NONE', '-N',
|
||||
'--cmd', 'set shortmess+=I background=light noswapfile noautoindent',
|
||||
'--embed'}
|
||||
|
||||
Reference in New Issue
Block a user