Qoo

Results 8 comments of Qoo

Yea it's true. I was checked the log why server crash, usually writed "player has connect" or "disconnect". I think I used SAMPP function on OnPlayerSpawn or login function and...

- I always check "IsUsingSAMPP" when I use all SAMP+ function. But It can't fix server close issue. - I used ToggleUnderwaterEffect, TogglePlayerDriveOnWater, SetWaveHeightForPlayer, ToggleHUD, HUD Color, Nightvision and Thermalvision

> Same here wondering how to get the Shift+K or some toggle thing for focusing and unfocusing doc frames. Ok, I got it. However, I basically know that the `q`...

> > Ok, I got it. > > What did you do to get the Shift+K thing working? I'm skip that. I think binding the key using general seems to...

> Can you try the following function? > > > > ```el > > (defun lsp-ui-doc-toggle-focus-frame () > > "Toggle focus and unfocus `lsp-ui-doc-frame'." > > (interactive) > > (if...

> @theCow61 Actually in the image in `lsp-ui`, the `Shift + K` is used to make the doc frame appeared on demand (`lsp-ui-doc-glance`), and the doc frame is focused with...

> @qoor > > Can you try adding this key binding into your init? > > > > ``` elisp > > (evil-define-key 'normal 'lsp-ui-doc-frame-mode > > [?q] #'lsp-ui-doc-unfocus-frame) >...

> > @theCow61 Actually in the image in `lsp-ui`, the `Shift + K` is used to make the doc frame appeared on demand (`lsp-ui-doc-glance`), and the doc frame is focused...