zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
530 stars 42 forks source link

`File exists (add ! to override)` when trying to save a new note #70

Closed aerosol closed 2 years ago

aerosol commented 2 years ago

Hello,

First of all, thank you for your work!

I'd like to understand what's preventing me from saving new notes with regular :w (or :update) command. Let me know if I can provide more information. Strange behavior captured on film below.

save

aerosol commented 2 years ago

OK this has to do something with treesitter (maybe related to https://github.com/nvim-treesitter/nvim-treesitter/issues/1004) - disabling it, makes the issue go away.