🗑️ remove(nvim): conceal level for json files because of new lazyvim update
This commit is contained in:
parent
0093ce2834
commit
927a0ea03b
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
vim.opt.conceallevel = 0
|
|
||||||
|
|
||||||
-- When creating a new line with o, make sure there is a trailing comma on the current line
|
-- When creating a new line with o, make sure there is a trailing comma on the current line
|
||||||
vim.keymap.set("n", "o", function()
|
vim.keymap.set("n", "o", function()
|
||||||
local line = vim.api.nvim_get_current_line()
|
local line = vim.api.nvim_get_current_line()
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
vim.opt.conceallevel = 0
|
|
||||||
|
|
||||||
-- When creating a new line with o, make sure there is a trailing comma on the current line
|
-- When creating a new line with o, make sure there is a trailing comma on the current line
|
||||||
vim.keymap.set("n", "o", function()
|
vim.keymap.set("n", "o", function()
|
||||||
local line = vim.api.nvim_get_current_line()
|
local line = vim.api.nvim_get_current_line()
|
||||||
|
|
Loading…
Add table
Reference in a new issue