BlameTroi / fpc-vim

simple syntax and indent support for mostly standard pascal or free pascal
Vim License
2 stars 0 forks source link

This is not an issue :)! #1

Closed kberov closed 6 months ago

kberov commented 6 months ago

Thanks for starting this endeavor. I come form other languages like Perl,JS,Go... and I use VIM for the last 15+ years. I am just another vim user. Did not try to learn VimScript ever.

Recently I decided to learn Pascal. I felt strange when I found out that I cannot use vim for Pascal. I will try the plugin and will try to report some findings at least if not else. Thank you!

BlameTroi commented 6 months ago

Hi. I've moved to Emacs since Braam passed and it's clear that the vim/neovim split is going to get worse. I had a little better luck there. All the recent Pascal style tooling seems geared toward forms based programming on Windows (Delphi, Lazarus), which is a pity.

After more recent work in Fortran and C with LSPs, I've personally decided that the best I can hope to get in either Emacs or Vim is reasonable indenting as I edit. For proper formatting a "format on save" option as is the norm with golang seems best. I thought about make ptop (Pascal formatter available in source) work in a manner similar to astyle or fprettify (stream input and output instead of files) but since I'm using Fortran for the things I was doing in Pascal, I never started.

Best regards.

On Tue, May 14, 2024 at 4:49 AM Красимир Беров @.***> wrote:

Thanks for starting this endeavor. I come form other languages like Perl,JS,Go... and I use VIM for the last 15+ years. I am just another vim user. Did not try to learn VimScript ever.

Recently I decided to learn Pascal https://wiki.freepascal.org/. I felt strange when I found out that I cannot use vim for Pascal. I will try the plugin and will try to report some findings at least if not else. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/BlameTroi/fpc-vim/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEI45Q7JVJ27M63RR5UKLLZCHFYPAVCNFSM6AAAAABHVXCY72VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TIOBTHA4DAMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kberov commented 6 months ago

Ok. Oh, pity.