feat(nvim): add copilot chat plugin

This commit is contained in:
Stefan Imhoff
2024-05-24 12:51:40 +02:00
parent ba0402957c
commit 5eaa155038
4 changed files with 17 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/sh
asdf plugin add lua
asdf install lua 5.1
asdf install lua latest
asdf global lua latest
luarocks install --server=https://luarocks.org/dev luaformatter
sudo luarocks install --lua-version 5.1 tiktoken_core