1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,22 @@
local data1, data2
local function wind()
vim.api.nvim_get_current_buf()
end

View File

@ -0,0 +1,15 @@
fn main() {
}

View File

@ -0,0 +1,4 @@
module MyFirstModule
end

View File

@ -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

View File

@ -0,0 +1,9 @@
# Example Markdown File
```javascript
let;
let;
let;
let;
let;
```