Abel Mulugeta
Abel Mulugeta
I have been looking at this. I think it happens because telescope opens the file while being in insert mode. The neovim function `foldUpdate` has a [conditional](https://github.com/neovim/neovim/blob/master/src/nvim/fold.c#L811) that disallows folds...
Can y'all test if #1643 fixes the issue for you?
Sorry totally forgot about this. I added documentation to` doc/lir.txt`
To quote the readme file in order to submodule and add this library you have to do ```cmake add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp) include_directories( ${CMAKE_CURRENT_LIST_DIR}/thirdparty/SQLiteCpp/include ) add_executable(main src/main.cpp) target_link_libraries(main SQLiteCpp sqlite3 pthread dl )...