Skip to main content

林協霆醫師

## 這裡有一些跟程式、醫學有關的文章

歡迎光臨 🦎 林協霆醫師的個人 blog,這個網站由一名 🦀oncology+🩸hematology 肥肉的內科專科醫師維護,這裡有點雜草叢生,有很多地方都還在施工中,有亂長的藤蔓跟隨意嫁接的樹苗

  • 當然,你也可以來蜥蜴花園 看看我的文章,說不定有什麼好玩的》 🎢
  • 我的 Github裡面也有一些有趣的東西
  • 訂閱 RSS feed 獲取最新文章更新
  • 也可以看看下面這些我最近寫的文章⬇︎

Asynchronous Command Execution in Neovim Using Lua

## Asynchronous Command Execution in Neovim Using Lua

# Introduction

Neovim is a highly customizable text editor that allows users to leverage the power of Lua for scripting and automation. This article demonstrates how to run a Lua function in Neovim, using a specific script designed to execute a command based on the current buffer’s file path. This functionality can enhance the development workflow by integrating external tools and automating repetitive tasks.