Skip to content

Commit

Permalink
automated dev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
theprimeagen committed Dec 12, 2024
1 parent 213009d commit f2899b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
require("theprimeagen")

-- hello fem

30 changes: 0 additions & 30 deletions lua/theprimeagen/lazy/neotest.lua

This file was deleted.

6 changes: 6 additions & 0 deletions test.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
local api = vim.api
local buf = api.nvim_create_buf(false, true)
local win = vim.api.nvim_open_win(buf, true,
{relative='win', row=3, col=3, width=12, height=3})


0 comments on commit f2899b8

Please sign in to comment.