Skip to content

Commit

Permalink
feat: add vim extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jul 6, 2024
1 parent 804a20a commit 935aeb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/otter/tools/extensions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ return {
webc = "webc",
yaml = "yml",
zig = "zig",
vim = "vim",
}
1 change: 0 additions & 1 deletion tests/debug-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ if [ -z "$1" ]; then
exit 1
fi

# nvim ./tests/examples/*$1* -c ":lua require'otter'.dev_setup()"
nvim ./tests/examples/*$1* -c ":lua require'otter'.activate()"
2 changes: 2 additions & 0 deletions tests/examples/00.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ print("hello from lua")

vim.cmd([[
let x = 10
let y = 20
let z = x + y
]])

0 comments on commit 935aeb5

Please sign in to comment.