Skip to content

Commit

Permalink
feat(icons): update kotlin icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Aug 18, 2024
1 parent 518e9b8 commit 6130cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified assets/language/kotlin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/util/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ use crate::{

pub const GITHUB_ASSETS_URL: &str =
"http://raw.githubusercontent.com/vyfor/cord.nvim/master/assets";
const ASSETS_VERSION: &str = "12";
// Increment when modifying an existing icon
const ASSETS_VERSION: &str = "13";
const VCS_MARKERS: [&str; 3] = [".git", ".svn", ".hg"];

#[inline(always)]
Expand Down

0 comments on commit 6130cdb

Please sign in to comment.