Initial LSP setup with formatting and autocompletion

This commit is contained in:
2026-06-01 12:46:46 +04:00
commit fd3267ca21
13 changed files with 263 additions and 0 deletions

3
after/plugin/wow.lua Normal file
View File

@@ -0,0 +1,3 @@
local warcraft_api = require("warcraft-api")
warcraft_api.setup({})