added markdown rendering
This commit is contained in:
parent
211beb02bd
commit
2393147fa7
3 changed files with 23 additions and 12 deletions
1
init.lua
1
init.lua
|
|
@ -13,6 +13,7 @@ vim.g.have_nerd_font = true
|
|||
-- Indent options.
|
||||
vim.o.sts = 2
|
||||
vim.o.ts = 2
|
||||
vim.o.sw = 0
|
||||
-- Make line numbers default
|
||||
vim.o.number = true
|
||||
-- You can also add relative line numbers, to help with jumping.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue