You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To shorter startuptime whether neovim is opened by 'nvim' or 'nvim
<filename>', load optimization is completed as I think.
Many plugins are use lazy load by keys or filetype.
To control enable / disable plugins in one file(`lazy_manager.lua`), separate `import`
fields with file units not folder
now startup time through dashboard is under 400ms from 1000~1200ms,
startup time for accessing file directly is under 600ms from 1800ms,
- it is just t[is just t[is just test](https://chatgpt.com/c/675198c4-f8ec-8013-a477](https://chatgpt.com/c/675198c4-f8ec-8013-a477-4b3e26ed2980)[is just test](https://chatgpt.com/c/675198c4-f8ec-8013-a477-4b3e26ed2980)est
6
+
7
+
- it is just[](https://www.perplexity.ai/search/you-are-my-neovim-and-lua-teac-_.C3_EloQ8WOntwXld4j1Q) test
8
+
- it is just test
9
+
10
+
- it si sjsijejsekjfs
11
+
Explanation of the Fix
12
+
End-Inclusive Rows:
13
+
end_row is inclusive, so you can pass it directly as is.
14
+
End-Exclusive Columns:
15
+
If the selection spans a single line, increment end_col by 1 to match the end-exclusive requirement of nvim_buf_get_text.
16
+
Multi-Line Selections:
17
+
The nvim_buf_get_text function handles multi-line selections correctly as long as you provide accurate s
0 commit comments