File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Plugin to improve viewing Markdown files in Neovim
6
6
7
7
| | |
8
8
| --------- | ------- |
9
- | ![ Heading] ( https://github.com/user-attachments/assets/6d5ca2d3-3263-4ccd-beaf-b5795167d776 ) | ![ Table] ( https://github.com/user-attachments/assets/b071b31f-fc17-4665-bf75-2e533eae4686 ) |
10
- | ![ Quote] ( https://github.com/user-attachments/assets/dba88e99-bff5-4b33-9017-ab55c1058d21 ) | ![ LaTeX] ( https://github.com/user-attachments/assets/85bac8f1-c7df-4078-9e9c-374de9b08e03 ) |
11
- | ![ Callout] ( https://github.com/user-attachments/assets/bea7e1b9-d77f-4c3f-abf8-f6262b05fad2 ) | |
9
+ | ![ Heading] ( https://github.com/user-attachments/assets/6184ea2d-1769-4c37-bdc4-e6b0d1ca5c00 ) | ![ Table] ( https://github.com/user-attachments/assets/328473e7-450a-4f52-bc0e-02ccc85e6268 ) |
10
+ | ![ Quote] ( https://github.com/user-attachments/assets/e7da67bc-7a3f-49f0-b8f6-3e61cf59197b ) | ![ LaTeX] ( https://github.com/user-attachments/assets/58da917b-5ca5-4705-9cad-978e7bb8574a ) |
11
+ | ![ Callout] ( https://github.com/user-attachments/assets/73253fa4-ff4f-4562-a721-30c0a218c280 ) | |
12
12
13
13
<!-- panvimdoc-ignore-end -->
14
14
Original file line number Diff line number Diff line change 1
- -- Color settings
1
+ -- General settings
2
2
vim .opt .termguicolors = true
3
3
vim .opt .cursorline = true
4
4
5
- -- Line number settings
5
+ -- Line settings
6
+ vim .opt .wrap = false
6
7
vim .opt .number = true
7
8
vim .opt .relativenumber = true
8
9
vim .opt .statuscolumn = ' %s%=%{v:relnum?v:relnum:v:lnum} '
@@ -46,7 +47,7 @@ require('lazy').setup({
46
47
require (' lualine' ).setup ({
47
48
sections = {
48
49
lualine_a = { ' mode' },
49
- lualine_b = { { ' filename' , path = 1 } },
50
+ lualine_b = { { ' filename' , path = 0 } },
50
51
lualine_c = {},
51
52
lualine_x = {},
52
53
lualine_y = {},
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 October 13
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 October 15
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
Original file line number Diff line number Diff line change @@ -33,19 +33,19 @@ health:
33
33
cat-log :
34
34
cat ~/ .local/ state/ nvim/ render-markdown.log
35
35
36
- demo : demo- heading demo-list demo- box demo- latex demo- callout
36
+ demo : heading table box latex callout
37
37
38
- demo- heading:
38
+ heading :
39
39
python demo/ run.py --name " heading_code"
40
40
41
- demo-list :
41
+ table :
42
42
python demo/ run.py --name " list_table"
43
43
44
- demo- box:
44
+ box :
45
45
python demo/ run.py --name " box_dash_quote"
46
46
47
- demo- latex:
47
+ latex :
48
48
python demo/ run.py --name " latex"
49
49
50
- demo- callout:
50
+ callout :
51
51
python demo/ run.py --name " callout"
You can’t perform that action at this time.
0 commit comments