Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/nvim/lua/plugins/lang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,26 @@ return {
},
},
},

-- Lua
{
"rafcamlet/nvim-luapad",
Comment on lines +38 to +39
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"rafcamlet/nvim-luapad",
{
"rafcamlet/nvim-luabad",

Change this

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another comment

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"rafcamlet/nvim-luapad",
{
"rafcamlet/nvim-luaaad",

cmd = { "Luapad" },
ft = "lua",
opts = { eval_on_change = false },
keys = {
{ "<localleader>p", "<cmd>Luapad<cr>", mode = "n" },
{ "<localleader>r", "<cmd>LuaRun<cr>", mode = "n" },
},
Comment on lines +43 to +46
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

Suggested change
keys = {
{ "<localleader>p", "<cmd>Luapad<cr>", mode = "n" },
{ "<localleader>r", "<cmd>LuaRun<cr>", mode = "n" },
},

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fiewuf hiwefuhi weufiwefuhiweu fhiuwefi

hello

ifuhweif uweifhweuifhweuifhwefu

fhweiufhiwefuhwief

fweuhfiwuefhiwefuhweifuwe

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fiewuf hiwefuhi weufiwefuhiweu fhiuwefi

hello

ifuhweif uweifhweuifhweuifhwefu

fhweiufhiwefuhwief

Suggested change
keys = {
{ "<localleader>p", "<cmd>Luapad<cr>", mode = "n" },
{ "<localleader>r", "<cmd>LuaRun<cr>", mode = "n" },
},
keys = {
{ "<leader>p", "<cmd>Luapad<cr>", mode = "n" },
{ "<localleader>r", "<cmd>LuaRun<cr>", mode = "n" },
},

-- {
-- "rafcamlet/nvim-luapad",
-- cmd = { "Luapad" },
-- ft = "lua",
-- opts = { eval_on_change = false },
-- keys = {
-- { "<localleader>p", "<cmd>Luapad<cr>", mode = "n" },
-- { "<localleader>r", "<cmd>LuaRun<cr>", mode = "n" },
-- },
-- },
},
}