About the Lua category
|
|
0
|
324
|
February 25, 2021
|
How to run a completely detached process?
|
|
0
|
20
|
March 22, 2023
|
Command not found when using { bang = true }
|
|
2
|
24
|
March 22, 2023
|
How to use lua vim object inside c?
|
|
0
|
50
|
March 3, 2023
|
Create an autocommand to change the background of inactive windows
|
|
1
|
228
|
March 1, 2023
|
Dealing with terminal escape codes from on_stdout
|
|
0
|
39
|
February 18, 2023
|
Any difference between `x = 1` and `_G.x = 1`?
|
|
2
|
134
|
February 6, 2023
|
[Question]: how to check vim.opt.foldmethod value?
|
|
1
|
87
|
January 26, 2023
|
Function to get a text object (paragraph, tag, ...)
|
|
1
|
115
|
December 18, 2022
|
Async load init.lua
|
|
0
|
157
|
November 21, 2022
|
Function to turn register blockwise
|
|
1
|
87
|
October 31, 2022
|
Beginner question: control flow in init.lua for first run?
|
|
7
|
679
|
October 30, 2022
|
How to set lua variable contains dot
|
|
1
|
85
|
October 17, 2022
|
How to set Leader key in Lua?
|
|
5
|
12306
|
October 16, 2022
|
Read command in lua
|
|
0
|
71
|
October 12, 2022
|
Add Lua credits in neovim's Readme OR website
|
|
1
|
223
|
September 22, 2022
|
`vim.diagnostic.open_float` handler
|
|
1
|
584
|
August 31, 2022
|
Function that return visually selected text
|
|
4
|
1280
|
August 30, 2022
|
Autocmd to keep cursor position on yank
|
|
2
|
282
|
August 4, 2022
|
Best way to get system OS and architecture strings
|
|
0
|
184
|
August 3, 2022
|
Function to test if a file is executable (755) or so
|
|
0
|
161
|
July 31, 2022
|
Vimscript autocmd to lua
|
|
4
|
1201
|
July 28, 2022
|
Convert substitute() function to lua
|
|
1
|
321
|
July 22, 2022
|
Help me to create an intricate mapping
|
|
5
|
356
|
July 15, 2022
|
How to create a new vim command in lua?
|
|
1
|
566
|
July 12, 2022
|
Custom mappings with description
|
|
2
|
331
|
July 11, 2022
|
How to print a string with many lines and view it again with :messages?
|
|
3
|
464
|
July 9, 2022
|
Lua api: get first non blank of the line
|
|
1
|
221
|
July 3, 2022
|
Lua function to toggle three options
|
|
2
|
459
|
June 30, 2022
|
Each event triggers auto-command at least once - is it the intended behavior?
|
|
2
|
242
|
June 21, 2022
|