minor
This commit is contained in:
parent
39c3cd41d5
commit
b39e65fa68
1 changed files with 2 additions and 2 deletions
|
@ -91,6 +91,8 @@ let s:default_config = {
|
||||||
\ 'ring_update_ms': 1000,
|
\ 'ring_update_ms': 1000,
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
let g:llama_config = get(g:, 'llama_config', s:default_config)
|
||||||
|
|
||||||
let s:nvim_ghost_text = exists('*nvim_buf_get_mark')
|
let s:nvim_ghost_text = exists('*nvim_buf_get_mark')
|
||||||
let s:vim_ghost_text = has('textprop')
|
let s:vim_ghost_text = has('textprop')
|
||||||
|
|
||||||
|
@ -106,8 +108,6 @@ if s:vim_ghost_text
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:llama_config = get(g:, 'llama_config', s:default_config)
|
|
||||||
|
|
||||||
function! s:get_indent(str)
|
function! s:get_indent(str)
|
||||||
let l:count = 0
|
let l:count = 0
|
||||||
for i in range(len(a:str))
|
for i in range(len(a:str))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue