chore: persistent augroup name pattern (#250)

for better augroup management

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-26 22:31:57 -04:00
committed by GitHub
parent f03c0918c9
commit 07af0a91f2
8 changed files with 30 additions and 34 deletions

View File

@@ -2,7 +2,7 @@ local H = {}
local M = {}
H.get_os_name = function()
local os_name = vim.loop.os_uname().sysname
local os_name = vim.uv.os_uname().sysname
if os_name == "Linux" then
return "linux"
elseif os_name == "Darwin" then