markdown writting

This commit is contained in:
Hadi
2025-02-04 20:40:54 +01:00
parent 0e5fbb9ea5
commit 6f1bcbf4dc
3 changed files with 230 additions and 165 deletions

View File

@@ -7,6 +7,11 @@
settings = {
default_file_explorer = false;
skip_confirm_for_simple_edits = true;
view_options.is_hidden_file = ''
function(name, bufnr)
return vim.startswith(name, ".") or name == "img"
end
'';
win_options = {
concealcursor = "ncv";
conceallevel = 3;