Skip to content

Instantly share code, notes, and snippets.

@MichaelC001
MichaelC001 / settings.lua
Created February 6, 2023 03:19 — forked from lalitmee/settings.lua
nvim settings
local fn = vim.fn
local api = vim.api
local executable = function(e)
return fn.executable(e) > 0
end
local opts_info = vim.api.nvim_get_all_options_info()
local opt = setmetatable(
{}, {