Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanramoul committed Jan 3, 2024
1 parent fdc04c6 commit e55f571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.config/nvim/after/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lsp.configure('gdscript', {
force_setup = true, -- because the LSP is global. Read more on lsp-zero docs about this.
single_file_support = true,
-- cmd = {'ncat', '127.0.0.1', '6008'}, -- the important trick for Windows!
root_dir = require('lspconfig.util').root_pattern('project.godot', '.git'),
-- root_dir = require('lspconfig.util').root_pattern('project.godot', '.git'),
filetypes = {'gd', 'gdscript', 'gdscript3' }
})
-- lsp.ensure_installed({
Expand Down

0 comments on commit e55f571

Please sign in to comment.