Skip to content

Instantly share code, notes, and snippets.

View InfiniteRain's full-sized avatar

David Lysenko InfiniteRain

  • Amsterdam, Netherlands
View GitHub Profile
@squk
squk / godot.lua
Last active June 20, 2025 16:18
GDScript and C# NeoVim LSP Configuration
{
"williamboman/mason-lspconfig.nvim",
dependencies = {
"williamboman/mason.nvim",
"Hoffs/omnisharp-extended-lsp.nvim",
"neovim/nvim-lspconfig",
},
config = function()
require("mason").setup()
require("mason-lspconfig").setup({