You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using nls in neovim (lunarvim) tabbing through completions continually causes ram usage to grow infinitely
To Reproduce
This is a minimal reproducer using tab to cycle through completions, it does the same if you are searching through completions growing infinitely larger.
Describe the bug
When using nls in neovim (lunarvim) tabbing through completions continually causes ram usage to grow infinitely
To Reproduce
This is a minimal reproducer using tab to cycle through completions, it does the same if you are searching through completions growing infinitely larger.
in
flake.nix
:use the latest nickel / ncl release
add github profider
Add syntax highlighting plugin for neovim:
Setup nls in lunarvim (neovim) config.lua:
require('lspconfig')["nickel_ls"].setup {}
if using mason to autoconfigure lsp's disable it for nickel
vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "nickel_ls" })
tf-ncl-nls-2024-03-21_18-34-00.webm
notice the difference in ram usage behaviour after I delete the content of the config
Expected behavior
ram usage should not be so high?
Environment
The text was updated successfully, but these errors were encountered: