🗑️ remove(nvim): conceal level for json files because of new lazyvim update

This commit is contained in:
Sergio Laín 2024-01-21 13:20:41 +01:00
parent 0093ce2834
commit 927a0ea03b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 0 additions and 4 deletions

View file

@ -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()

View file

@ -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()