marko.nvim

(β˜… 16)

Behind the scene, project based mark management πŸͺ

파일 탐색기

  • .gitignore
  • .luacheckrc
  • .stylua.toml
  • CHANGELOG.md
  • debug_module.lua
  • IMPLEMENTATION.md
  • LICENSE
  • MIGRATION.md
  • README.md

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

lua

μ„€λͺ… 보기 β–Ό

κ°•λ ₯ν•˜κ³  κ°€λ²Όμš΄ μž„λ² λ””λ“œ ν”„λ‘œκ·Έλž˜λ° μ–Έμ–΄.
더 λ§Žμ€ 정보: <https://www.lua.org/manual/5.4/lua.html>.

lua

λŒ€ν™”ν˜• Lua μ…Έ μ‹œμž‘:

lua {{path/to/script.lua}} {{--optional-argument}}

Lua 슀크립트 μ‹€ν–‰:

lua -e '{{print("Hello World")}}'

Lua ν‘œν˜„μ‹ μ‹€ν–‰:

# ν”„λ‘œμ νŠΈ λ°°μ§€

// repository documentation