marko.nvim
Behind the scene, project based mark management πͺ
νμΌ νμκΈ°
- lint.yaml
- tests.yaml
- pull_request_template.md
- config.lua
- file.lua
- globals.lua
- init.lua
- parser.lua
- utils.lua
- yaml.lua
- marko.lua
- init.lua
- basic_test.lua
- config_spec.lua
- file_spec.lua
- init.lua
- integration_spec.lua
- run.lua
- utils.lua
- .gitignore
- .luacheckrc
- .stylua.toml
- CHANGELOG.md
- debug_module.lua
- IMPLEMENTATION.md
- LICENSE
- MIGRATION.md
- README.md
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
git clone
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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 ννμ μ€ν:
# νλ‘μ νΈ λ°°μ§
-
Tests λ°λ‘κ°κΈ°
-
Lint λ°λ‘κ°κΈ°
