First version

This commit is contained in:
SepehrYahyaee
2026-04-13 13:41:22 +03:30
commit 8b25fb90bf
11 changed files with 826 additions and 0 deletions

3
after/ftplugin/go.lua Normal file
View File

@@ -0,0 +1,3 @@
local go = require('lgwtdark.go_extra')
go.setup()
go.attach(vim.api.nvim_get_current_buf())