isaiahfisher

Results 9 comments of isaiahfisher

@yuezk Is there currently any feature to highlight the HTML components within JSX as defined in html.vim? Basically I am just looking for my HTML templates to match my actual...

Has there been any updates on supporting .NET core? I am working on some research software and was pretty stoked to find your library. If it is not core compatible...

Actually I figured out a good way to accomplish this: ``` inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" ``` This snippet will allow your vimrc...

@carlotm did you restart your vim after editing the vimrc? You either have to restart vim or source vim for changes to take place. If it is still happening even...

@nrcpp is there plans to support .net core?

@pusewicz Yea I have the OSX omnisharp installed at ~/omnisharp/ and I am using the following vim configuration: ```vimscript "C# language server call LspAddServer([#{name: 'omnisharp', \ filetype: 'cs', \ path:...

@pusewicz The run script itself works for me as I do have latest mono installed: Does it work for you with the vim plugin itself? Is so, what does your...

ok so I changed the run script by modifying the omnisharp directory and now I am seeing the language server exit with status 2 in vim: The change I made:...

@pusewicz ok so I reverted my previous change because it looks like the file was being found incorrectly and that caused the language server to crash. Can you share your...