Freebasic and vim / nvim

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
SamL
Posts: 63
Joined: Nov 23, 2019 17:30
Location: Minnesota

Freebasic and vim / nvim

Post by SamL »

does any one know of a good config for freebasic if i wanted to use freebasic with neo vim? im getting ready to start setting up my own config for keywords and such. and i was thinking that some one might already have done this. right now im using fbide, but as i'm using neo vim more im looking to use it as an ide. once i have some configs ill see about posting them here. let me know if this is something you could be interested in or already have.

i'm looking to have a basic config to start:
1. syntax/key word highlighting
2. compile and run
3. manual/help on key words (the same way fbide does it, F1 and auto search for keyword selected )
4. custom colors

Regards,
SamL
RetardedAndProud
Posts: 5
Joined: Jun 09, 2024 18:26

Re: Freebasic and vim / nvim

Post by RetardedAndProud »

SamL wrote: Sep 11, 2024 5:30 1. syntax/key word highlighting
https://www.vim.org/scripts/script.php?script_id=4141
SamL
Posts: 63
Joined: Nov 23, 2019 17:30
Location: Minnesota

Re: Freebasic and vim / nvim

Post by SamL »

thanks!
Post Reply