Extract neovim configuration to a separate
...repository https://github.com/opdavies/opdavies.nvim
This commit is contained in:
parent
16520cca16
commit
6d27e72b02
40 changed files with 70 additions and 1696 deletions
|
@ -1,12 +0,0 @@
|
|||
if !exists('*opdavies#save_and_exec')
|
||||
function! opdavies#save_and_exec() abort
|
||||
if &filetype == 'vim'
|
||||
:silent! write
|
||||
:source %
|
||||
elseif &filetype == 'lua'
|
||||
:silent! write
|
||||
:luafile %
|
||||
endif
|
||||
return
|
||||
endfunction
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue