James Walmsley
                                            James Walmsley
                                        
                                    Hi Mike, I created an example, and also fixed up the STM32 code to actually compile. See: https://github.com/BitThunder/example-project In case bitthunder isn't automatically checked out, be sure to do a:...
Hi Mike, Don't know if you've had time to have a go with BitThunder, I've added some "basic" documentation and API overview to the website now. See http://bitthunder.org/docs/home/ James
Also found in: FF_Open() FF_isDirEmpty() FF_Move() FF_ExtendFile() FF_SetFileTime() FF_SetTime() FF_Close()
> One thing I'm not set on yet, should we call it `LUNARVIM_ROOT_DIR` instead? I think we should make the following changes to the names: LUNARVIM_INSTALL_DIR -> LUNARVIM_ROOT_DIR or LUNARVIM_BASE_DIR...
> > LUNARVIM_INSTALL_DIR -> LUNARVIM_ROOT_DIR or LUNARVIM_BASE_DIR > > Let's see if what I added in https://github.com/LunarVim/LunarVim/pull/1777/files/5c3ef594c65ce2396c2f114390c3061295fccfdf fixes the issue, then we won't have to introduce a new variable. >...
@waltermaldonado @chase @kylo252 @ChristianChiarulli @Tastyep @abzcoding This is something that comes up quite regularly. I agree that this shouldn't be part of the default config. However using Octo recently it...
Try `Telescope lsp_dynamic_workspace_symbol` You are likely using a language server that returns 0 results for an empty query.
If you run `Telescope lsp_workspace_symbol query=symbol_name` Do you get the same results as the dynamic workspace symbol? (When you type in the same query). I don't know the code-base that...
neovim.org
Ok I've now found that: ``` s_write_binary_options.write_debug_names = true ``` Causes this issue.