Skip to content

Instantly share code, notes, and snippets.

View NiyiAdewole's full-sized avatar

Matthew Adewole NiyiAdewole

  • Vortex
View GitHub Profile
@NiyiAdewole
NiyiAdewole / init_barebones.lua
Created October 8, 2024 15:41 — forked from creativenull/init_barebones.lua
minimal neovim config file in lua, opinionated of course
-- =============================================================================
-- = Plugins =
-- =============================================================================
-- Plugin settings that are set with g: variable should be declared BEFORE you load the plugins
-- For example: "let g:varname = ..." becomes "vim.g.varname = ..."
-- "let g:var#name#with#hash = ..." => "vim.g['var#name#with#hash'] = ..."
-- Load the plugins