Compare commits

...

8 Commits

Author SHA1 Message Date
renovate[bot]
56791753f7 chore(deps): update node.js (v22.19.0 → v22.20.0) (#199)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-26 20:30:33 +00:00
e9bd3708fa chore(nvim): update mini.nvim to use the new repo
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-09-25 17:52:34 +03:00
0a2b0b8a45 chore(deps): update Brewfile
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-09-25 17:52:34 +03:00
github-actions[bot]
1be21eb247 chore: update pre-commit hooks (#198) 2025-09-25 08:04:34 +03:00
dependabot[bot]
dd89164b8b chore(deps): bump ivuorinen/actions from 25.9.19 to 25.9.21 (#197) 2025-09-22 15:23:01 +03:00
github-actions[bot]
aae39dd913 chore: update pre-commit hooks (#196) 2025-09-22 09:50:19 +03:00
renovate[bot]
4ab8182d90 chore(deps): update ivuorinen/actions action (25.9.17 → 25.9.19) (#195)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 00:47:16 +00:00
renovate[bot]
b281efc576 chore(deps): update ivuorinen/actions action (25.9.8 → 25.9.17) (#194)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 12:35:07 +00:00
6 changed files with 12 additions and 9 deletions

View File

@@ -35,4 +35,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run PR Lint
uses: ivuorinen/actions/pr-lint@22e6add79fabcca4bf5761452a51e4fa0207e155 # 25.9.8
uses: ivuorinen/actions/pr-lint@4a3c30ccebee01186fd6a6e7e7b6e1fb07b81289 # 25.9.21

View File

@@ -29,4 +29,4 @@ jobs:
issues: write
steps:
- uses: ivuorinen/actions/sync-labels@22e6add79fabcca4bf5761452a51e4fa0207e155 # 25.9.8
- uses: ivuorinen/actions/sync-labels@4a3c30ccebee01186fd6a6e7e7b6e1fb07b81289 # 25.9.21

2
.nvmrc
View File

@@ -1 +1 @@
22.19.0
22.20.0

View File

@@ -50,7 +50,7 @@ repos:
- id: actionlint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.116.6
rev: 41.130.0
hooks:
- id: renovate-config-validator

View File

@@ -348,6 +348,7 @@ cask "dbngin"
cask "fantastical"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-monaspace"
cask "font-open-sans"
# GIT client
cask "fork"
@@ -365,6 +366,8 @@ cask "ngrok"
cask "notunes"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# Replacement for Docker Desktop
cask "orbstack"
# Quick Look generator for Markdown files
cask "qlmarkdown"
# Quick Look plugin for plaintext files without an extension

View File

@@ -2,14 +2,14 @@ return {
-- Library of 40+ independent Lua modules improving overall Neovim
-- (version 0.8 and higher) experience with minimal effort
--
-- https://github.com/echasnovski/mini.nvim
-- https://github.com/echasnovski/mini.nvim/tree/main?tab=readme-ov-file#modules
-- https://github.com/nvim-mini/mini.nvim
-- https://github.com/nvim-mini/mini.nvim?tab=readme-ov-file#modules
--
-- YouTube: Text editing with 'mini.nvim' - Neovimconf 2024 - Evgeni Chasnovski
-- https://www.youtube.com/watch?v=cNK5kYJ7mrs
{
'echasnovski/mini.nvim',
version = '*',
'nvim-mini/mini.nvim',
version = false,
priority = 1001,
config = function()
-- ╭─────────────────────────────────────────────────────────╮
@@ -21,7 +21,7 @@ return {
-- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
-- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup { n_lines = 500 }
require('mini.ai').setup { n_lines = 750 }
-- Comment lines
require('mini.comment').setup()