Skip to content

Instantly share code, notes, and snippets.

View Epphr's full-sized avatar

Epphr

  • Joined Oct 29, 2025
View GitHub Profile
@Epphr
Epphr / gist:22bcd1886924273caf310f3eb4aec7b4
Created November 2, 2025 17:56
Minimal 0.12 Neovim config
-- Native Plugin Manager
vim.pack.add({
{ src = "https://github.com/sainnhe/gruvbox-material" },
{ src = "https://github.com/stevearc/oil.nvim" },
{ src = "https://github.com/ibhagwan/fzf-lua" },
{ src = "https://github.com/Saghen/blink.cmp", version = "v1.6.0" },
{ src = "https://github.com/nvim-treesitter/nvim-treesitter", version = "main" },
{ src = "https://github.com/neovim/nvim-lspconfig" },
{ src = "https://github.com/mason-org/mason.nvim" },
{ src = "https://github.com/mason-org/mason-lspconfig.nvim" },