Regenerate nvim config
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
local data1, data2
|
||||
local function wind()
|
||||
|
||||
vim.api.nvim_get_current_buf()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
||||
@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
fn main() {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
module MyFirstModule
|
||||
|
||||
|
||||
end
|
||||
@ -0,0 +1,18 @@
|
||||
local M={}
|
||||
|
||||
M.autopairs_bs = function(rules)
|
||||
for _, rule in pairs(rules) do
|
||||
|
||||
if rule.start_pair then
|
||||
end
|
||||
|
||||
|
||||
if rule.start_pair then
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
return M
|
||||
@ -0,0 +1,9 @@
|
||||
# Example Markdown File
|
||||
|
||||
```javascript
|
||||
let;
|
||||
let;
|
||||
let;
|
||||
let;
|
||||
let;
|
||||
```
|
||||
Reference in New Issue
Block a user