mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
defaults: enable 'autoindent' #2857
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
committed by
Justin M. Keyes
parent
81847da948
commit
8e3f67f2a0
@@ -6,8 +6,9 @@ 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',
|
||||
'--cmd', 'set shortmess+=I background=light noswapfile noautoindent',
|
||||
'--embed'}
|
||||
|
||||
-- Formulate a path to the directory containing nvim. We use this to
|
||||
|
||||
Reference in New Issue
Block a user