Joseph Crawford

Results 21 comments of Joseph Crawford

I noticed this when adding css to a markdown file and then exporting to pdf, the color does not fill the page. I wish I could figure out how to...

I am having a similar issue. In insert mode if i hit it just inserts tabs and does not accept the suggestion, I am using LazyVim. None of the work-arounds...

I too like this idea but I think it should work from the settings file like outlined above but also if loading projects based on SCM then I think it...

I also like the idea of integrating these numbers with the calendar, but I also think it would be nice if I could access this information from Templater as well,...

@pysan3 I have run through a test using your fork and branch and it seems there is progress, the tree no longer seems to open full screen. However there are...

@pysan3 I have updated and tested again, I feel it is getting much closer. I am still seeing the tab for the session appear and the tree goes to being...

> @josephcrawfordSRH I believe netrw hijacking and session restore is colliding. > > Could you disable netrw and test it out? > > Put this in the top line of...

I would love to provide you with that, but neo-tree is bundled with lazyvim. I am not sure where the default opts are for neo-tree when it comes to the...

This did not help! What finally did end up working was adding the following to my `init.lua` instead of in the auto sessions configuration. ```lua vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" ``` I...

I give up, my guess is the auto session plugin is just broken or something when it comes to neo-tree integration I get this after setting up several projects. Seems...