mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
markdown writting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user