chore: persistent augroup name pattern (#250)
for better augroup management Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user