Skip to content

Instantly share code, notes, and snippets.

View gdario's full-sized avatar

Giovanni d'Ario gdario

View GitHub Profile
@gdario
gdario / .lua
Last active February 8, 2026 13:44
NeoVim minimal init.lua
vim.cmd("colorscheme catppuccin")
vim.o.relativenumber = true
vim.pack.add {
{ src = 'https://github.com/neovim/nvim-lspconfig' },
{ src = 'https://github.com/mason-org/mason.nvim', version = ">=2.0", opts = {} },
{ src = 'https://github.com/mason-org/mason-lspconfig.nvim' },
{ src = 'https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim' },
}