Skip to content

Commit

Permalink
Merge pull request #11 from Freed-Wu/patch-1
Browse files Browse the repository at this point in the history
Add support for gentoo
  • Loading branch information
lambdalisue authored Sep 15, 2021
2 parents 34c76ba + 5bf0de8 commit b7dec1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/nerdfont/platform.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function! s:find_distro() abort
let result = system('lsb_release -i')
if result =~# 'Arch'
return 'arch'
elseif result =~# 'Gentoo'
return 'gentoo'
elseif result =~# 'Ubuntu'
return 'ubuntu'
elseif result =~# 'Cent'
Expand Down

0 comments on commit b7dec1f

Please sign in to comment.