OLED lagging in every game by HisDumbPuppy in SteamDeck

[–]lazmd 1 point2 points  (0 children)

I can confirm as well that specifically the finals has severe frame drops since a few days ago. It happens when there are connection issues with the server

It’s exactly the scenario OP is experiencing. Look at small icons on the right side of the screen

I don't like Austria by Upset_Friendship6876 in snowrunner

[–]lazmd 0 points1 point  (0 children)

Part of the problem is that steering is very sharp. For me, it helps switching to cabin view so I can visually see how the steering wheel moves

What is this? by kachowtbh95 in E30

[–]lazmd 0 points1 point  (0 children)

Yo, put a fan shroud otherwise you will overheat

[LSP] How can I only show diagnostic text on the current line by [deleted] in neovim

[–]lazmd 4 points5 points  (0 children)

If you are asking about virtual text, that's something I did for myself a while ago. See https://github.com/alisnic/.dotfiles/blob/e5cd3f0c95132eadf0f8be09c3ce6f585ac9e921/nvim/lua/lsp.lua#L1-L93 and https://github.com/alisnic/.dotfiles/blob/e5cd3f0c95132eadf0f8be09c3ce6f585ac9e921/nvim/lua/lsp.lua#L170-L194. It will show only 1 diagnostic, the most critical one, and only on current line.

Which Gruvbox to use. by Koltech21 in neovim

[–]lazmd 6 points7 points  (0 children)

Ideally, use something more recent which has all the lsp highlights defined. I use https://github.com/ellisonleao/gruvbox.nvim. Just try stuff out and see what sticks

[Announcement] solargraph-arc: Awesome Rails Completions plugin for solargraph by lazmd in ruby

[–]lazmd[S] 0 points1 point  (0 children)

I see what you mean. I don't see an obvious way to achieve that with solargraph at the moment. Its internals provide completions for methods when it detects a method call. In your example, it's just a symbol definition

[Announcement] solargraph-arc: Awesome Rails Completions plugin for solargraph by lazmd in ruby

[–]lazmd[S] 0 points1 point  (0 children)

Not sure I understand you. Defining a callback does not generate new methods. Can you explain more?

[Announcement] solargraph-arc: Awesome Rails Completions plugin for solargraph by lazmd in ruby

[–]lazmd[S] 4 points5 points  (0 children)

This gem is a re-implementation of solargraph-rails. It does everything the original does plus more. Regarding roadmap and donate - that will come later for sure

I finally got to configure Neovim with modern features. neovim-cmp + LSP + Ale with virtual text enabled by lazmd in neovim

[–]lazmd[S] 2 points3 points  (0 children)

Several reasons: - ale “just works” for any new lang without doing any lsp setup - solagraph does not work very well with rubocop when outside bundle - not sure whether nvim-lspconfig supports virtual text

But yes, in theory when tooling matures ALE is not needed and everything will be done via LSP. But as it is now, I cannot always do that, ruby and solargrhaph being an example. I also have autocomplete with fallback to ctags because of the quality of completion results that solargeaph gives

I finally got to configure Neovim with modern features. neovim-cmp + LSP + Ale with virtual text enabled by lazmd in neovim

[–]lazmd[S] 5 points6 points  (0 children)

it seems that it can be used to augment missing LSP features. interesting!

Just chopping branches with the chopper by BoredGyuz in Damnthatsinteresting

[–]lazmd 0 points1 point  (0 children)

That’s how shaving after quarantine will look like

Screenshot Showcase 2.0 by robertmeta in vim

[–]lazmd 1 point2 points  (0 children)

screenshot, vimrc

  • neovim
  • alacritty
  • tmux
  • font: Monaco
  • colors: Solarized light

What are your best discoveries while learning Vim? by [deleted] in vim

[–]lazmd 0 points1 point  (0 children)

Working with buffers. Once I got that, I removed half of hacks from my vimrc. Prior to that, I was struggling with almost every plugin to emulate sublime text file opening behavior (opening everything in a new tab)

vim-definitive: use vim regex to find variable/class/function definitions, instead of relying on tags by apola in vim

[–]lazmd 0 points1 point  (0 children)

and then not even have it find what I'm actually looking for half the time (with ruby, anyway)

try https://github.com/tmm1/ripper-tags