Nate C.

Results 16 comments of Nate C.

that's right... nothing more. everything except left-click works

hah you beat me to it. was having this problem as well. Apparently everything(except integer) shifts the buffer windows alittle to the left. EDIT: found a workaround at the expense...

Hah! found a better one. .config/nvim/plugged/codi.vim/plugin/codi.vim ` let g:codi#rightalign = 1` (set it to 0)

same problem here, i'm new to linux, where do I place these codes? I've no idea where what they're talking about. EDIT: nvm... replaced `if !xolox#easytags#initialize('5.5')` with `if !xolox#easytags#initialize('0.0.0')` in...

I couldnt get expression-bodied property to work on a legacy project using .Net Framework 4.0 I assume it is not doable?

I did. This simple refactor broke in runtime. ![image](https://user-images.githubusercontent.com/8876854/220379388-d2f1ed1a-0f04-4091-b8b3-fb4ef5a31643.png) ``` public bool IsReusable => false; // public bool IsReusable // { // get { return false; } // } ```...