Skip to content

Commit

Permalink
Link to repos that inspire local plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Aug 6, 2024
1 parent d4b3c01 commit b41603d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/jqplay.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Inspiration: https://github.com/bfrg/vim-jqplay
local M = {}
local is_running = false -- true if jqplay session running, false otherwise
local in_buf = -1 -- input buffer number (optional)
Expand Down
1 change: 1 addition & 0 deletions nvim/lua/plugins/overlength.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Inspiration: https://github.com/fouladi/toggle-overlength.nvim
local api = vim.api
local overlength_active = false
local config = {
Expand Down
1 change: 1 addition & 0 deletions nvim/lua/plugins/typewriter.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Inspiration: https://github.com/joshuadanpeterson/typewriter.nvim
local api = vim.api
local typewriter_active = false

Expand Down
1 change: 1 addition & 0 deletions nvim/lua/runner.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Inspiration: https://github.com/preservim/vimux
local M = {}

M.close = function()
Expand Down

0 comments on commit b41603d

Please sign in to comment.