Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wanted bug caused crash on Nvim #1326

Open
artp96 opened this issue Oct 23, 2024 · 0 comments
Open

Wanted bug caused crash on Nvim #1326

artp96 opened this issue Oct 23, 2024 · 0 comments

Comments

@artp96
Copy link

artp96 commented Oct 23, 2024

I recently had my julials via Nvim LSP crash and it informed me that I have experienced a known targetted crash.

Here's my LspLog file for the most recent session. I left Nvim open overnight, using the latest NVChad. During that time I ran apt update & apt upgrade at some point.

The most recent LspLog section for that session is below.
https://pastebin.com/chwYuK5L

The julia-related section of my nvim config looks like

	{"juliaeditorsupport/julia-vim"},

  {"hrsh7th/nvim-cmp",
  requires = {
    { "kdheepak/cmp-latex-symbols" },
  },
  sources = {
    {
      name = "latex_symbols",
      option = {
        strategy = 0, -- mixed
        },
      },
    },
  },

and

"Completion
let g:latex_to_unicode_auto = 1
let g:latex_to_unicode_tab = 0

let g:latex_to_unicode_cmd_mapping = ['<C-J>']

"Formatting
nnoremap <localleader>jf :<C-u>call JuliaFormatter#Format(0)<CR>
vnoremap <localleader>jf :<C-u>call JuliaFormatter#Format(1)<CR>

"JuliaFormatter - Blue Style
let g:JuliaFormatter_options = {
      \ 'style' : 'blue',
      \ }

"Slime Default
let g:slime_default_config = {"sessionname": "jl" , "windowname": "0"}
let g:slime_dont_ask_default = 1
let g:slime_cell_delimiter = "#%%"

nmap <leader>r <Plug>SlimeSendCell

in init.vim

Julia v1.11.1, LanguageServer v4.5.1, ubuntu 24.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant