Journal

2024-10-19

Unlock Unicode and LSP Efficiency in Typst with Typst-Powershell: A Vim9script Plugin

Typst-powershell is a Vim9script plugin designed to streamline …

Tags:
  • Unicode
  • Typst
  • Unicode characters
  • Unicode symbols
Journal

2024-10-13

Effortless Folder Jumping in Vim

In this blog post, I introduce a new Vim9script plugin that provides quick access to …

Tags:
  • Plugin
  • Session
  • Vim
  • Directories
Journal

2024-09-28

Create a SQLite Database from Vim Using SQLiteBiter

SQLiteBiter is a robust command-line interface tool designed to create SQLite databases …

Tags:
  • Vim
  • Sqlite
  • Vim session
  • Key
Journal

2024-09-05

Exploring Command Line Utility QRENCODE

QR codes have become ubiquitous in our digital landscape, serving as a bridge between the …

Tags:
  • Code
  • Qrencode
  • Codes
  • Text
Journal

2024-08-30

Jedi Python LSP for VIM

The Ruff Language Server Protocol (LSP) is intended to show Ruff diagnostics and provide code …

Tags:
  • Language server
  • Python
  • Lsp
  • Jedi
Journal

2024-08-13

Creating Your Own Language Server Protocol (LSP) for Vim with Python's PyGLS

In the ever-evolving landscape of software development, the …

Tags:
  • Lsp
  • Language server
  • Language
  • Server protocol