Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: format #70

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ on:
push:
branches:
- "main"
paths:
- "**.json"
- "**.ts"
- "**.tsx"
pull_request:
paths:
- "**.json"
- "**.ts"
- "**.tsx"
- "**.md"

permissions:
contents: read
Expand Down
9 changes: 6 additions & 3 deletions posts/2024/01/03/new-year-holidays.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
---
date: '2024-01-03'
title: 新年の休みを利用してAstroNvimを触る

Check warning on line 3 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Astro)

Check warning on line 3 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Nvim)
snippet: Satisfy your curiosity with a vacation 😎
---

# TL;DR

- [AstroNvim に入門しました](https://github.com/9renpoto/astro-nvim-user)

Check warning on line 9 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Astro)

Check warning on line 9 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Nvim)
- Lsp周りの管理を簡易化できてVscodeと変わらない体験ができてる

## ライトNeoVimユーザーにちょうどよい

- 独自で `config/nvim` を育ててましたが、独自の設定は限定的であったので設定を移管中
- `Starship` など最近重くなく使える便利ツールが増えてそうなので楽に乗っかれるか挑戦
- 独自で `config/nvim`

Check warning on line 14 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (nvim)
を育ててましたが、独自の設定は限定的であったので設定を移管中
- `Starship`
など最近重くなく使える便利ツールが増えてそうなので楽に乗っかれるか挑戦

今のところは割と満足しています。ユーザー拡張領域が `github template` で共有されているなど今らしい入門しやすさもあります。
今のところは割と満足しています。ユーザー拡張領域が `github template`
で共有されているなど今らしい入門しやすさもあります。
まだまだ使いこなせていない隠された設定も多そうですが、もう少し付き合っていこう。

## Refs

- [拡張Vim「AstroNvim」で新世代のVim体験してみた話](https://techblog.kayac.com/2023/12/14/000000)

Check warning on line 25 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Astro)

Check warning on line 25 in posts/2024/01/03/new-year-holidays.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Nvim)
- [Starship](https://starship.rs/)