From c1bec17f77ab5ad2522702849164e04884e1179f Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Sat, 26 Aug 2023 21:18:50 -0400 Subject: moved to lazy.nvim, configured lsp --- nvim/lua/plugins/godot.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nvim/lua/plugins/godot.lua (limited to 'nvim/lua/plugins/godot.lua') diff --git a/nvim/lua/plugins/godot.lua b/nvim/lua/plugins/godot.lua new file mode 100644 index 0000000..79028a3 --- /dev/null +++ b/nvim/lua/plugins/godot.lua @@ -0,0 +1,4 @@ +return { + 'habamax/vim-godot', + ft = 'gdscript' +} -- cgit v1.2.3