O.F.K.

Results 12 comments of O.F.K.

NeoVim 0.4.4 on Linux. Not working too. Even after `let g:indentLine_setConceal = 0` *and* making sure the `conceal` color is *not* the same as the editor background. No indentation markers...

Just found out by playing around this plugin now conflicts with TreeSitter's `highlight` function. To verify, run `:TSBufDisable highlight` and you get all our shiny parens coloring back... at the...

The response I got from TS team: https://github.com/nvim-treesitter/nvim-treesitter/issues/1855 Using the suggested plugin (after configuring **up to _7_ colors** in the plugin's config section) works like magic, although, as the commenter...

Cool! Will need to compare using `nvim-ts-rainbow` with `rainbow` with the mapping and see which is faster/nicer. Thanks for the mapping! It's so great having options, and both working great!

I "see" `klcarlton`'s issue and raise: when I start an F# file I get no LSP support at all, and worse, once I save a the file, the `ionide` LSP...

I have tried your suggestions to no avail. Interestingly, on two separate machines, on the machine I didn't take the screenshot on, while `ionide` still refuses to connect, the file...

I think all issues are part of FSAC "childhood issues" with .Net 6... VSCode's Ionide's plugin is experiencing some issues as well (so much so, that they have a meta-issue...

Will test once I'm off the work clock. Sorry for misusing the current issue.

Upgrading `fsautocomplete` to 0.48.2 (**not** 0.49.1, this will *fail* the plugin!) **and** using the code to force the plugin to recognize the `fsautocomplete` (i.e. `let g:fsharp#fsautocomplete_command =...`) did the trick...

Those modes **do** work but you have to "activate" them **after** "firing up" the AceJump functionality. I.e. suppose you want to do a _select mode_ word-jump (assuming default key bindings),...