mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
remove:nixvim
This commit is contained in:
9
dotfiles/.config/nvim/init.lua
vendored
Normal file
9
dotfiles/.config/nvim/init.lua
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||
require("config.lazy")
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "markdown",
|
||||
callback = function()
|
||||
vim.opt_local.conceallevel = 0
|
||||
end,
|
||||
})
|
||||
Reference in New Issue
Block a user