Change some things
This commit is contained in:
@@ -42,6 +42,7 @@ return {
|
||||
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
|
||||
wrap = false, -- sets vim.opt.wrap
|
||||
expandtab = false,
|
||||
cursorline = false,
|
||||
tabstop = 8,
|
||||
shiftwidth = 8,
|
||||
showtabline = 8,
|
||||
|
||||
4
lua/plugins/render-markdown.lua
Normal file
4
lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
lazy = false
|
||||
}
|
||||
Reference in New Issue
Block a user