KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
749 stars 56 forks source link

enable_autocomplete_brackets #263

Closed afauroux closed 1 year ago

afauroux commented 2 years ago

Firstly, thanks for this nice module !

I don't like brackets to be automatically closed so I choose to deactivate it with:

enable_autocomplete_brackets(false)

However, when I type single or double quotes as the first symbol in the REPL it is invisible until another character is typed:

julia>" <-- not visible
julia>"a <-- now fine

Here's my environment:

Status `~/.julia/environments/v1.7/Project.toml`
  [052768ef] CUDA v3.8.0
  [5ae59095] Colors v0.12.8
  [587475ba] Flux v0.12.9
  [e9467ef8] GLMakie v0.5.1
  [28b8d3ca] GR v0.63.1
  [4d00f742] GeometryTypes v0.8.5
  [7073ff75] IJulia v1.23.2
  [916415d5] Images v0.25.1
  [eb30cadb] MLDatasets v0.5.15
  [ee78f7c6] Makie v0.16.2
  [5fb14364] OhMyREPL v0.5.12
  [91a5bcdd] Plots v1.25.7
  [c3e4b0f8] Pluto v0.17.7
  [b873ce64] ReplMaker v0.2.6

P.S : I'm not a fan of font ligature is there a way to deactivate those ?

Moelf commented 2 years ago

duplication of

font ligature

not controlled by us, it's from the font you're using

afauroux commented 2 years ago

> font ligature not controlled by us, it's from the font you're using

My bad, it was indeed due to my terminal font ;-)