aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/godot.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/godot.vim')
-rw-r--r--.vim/plugin/godot.vim2
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>