diff options
author | Guangxiong Lin <[email protected]> | 2021-09-29 09:47:30 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-29 09:47:30 +0800 |
commit | 15689ccbad294e7b6b7c639adeb39b5c35e89dbf (patch) | |
tree | dbd8a126b9cf42ee824a6587359a1f8e1520205f /.vim/plugin/godot.vim | |
parent | 25af66099396cd5d27d0861fd4ea7db84b6b095b (diff) | |
download | dotfiles-15689ccbad294e7b6b7c639adeb39b5c35e89dbf.tar.gz dotfiles-15689ccbad294e7b6b7c639adeb39b5c35e89dbf.tar.bz2 dotfiles-15689ccbad294e7b6b7c639adeb39b5c35e89dbf.zip |
Update some configs
Diffstat (limited to '.vim/plugin/godot.vim')
-rw-r--r-- | .vim/plugin/godot.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/plugin/godot.vim b/.vim/plugin/godot.vim index 49354f8..6bcf679 100644 --- a/.vim/plugin/godot.vim +++ b/.vim/plugin/godot.vim @@ -14,8 +14,6 @@ let g:ycm_language_server += [ \ } \ ] -let g:Lf_RootMarkers += ['project.godot'] - func! s:godot_settings() abort setlocal tabstop=4 nnoremap <buffer> <leader>rl :GodotRunLast<CR> |