josemicode / nvim-config

0 stars 0 forks source link

LSP #1

Open josemicode opened 5 months ago

josemicode commented 5 months ago

Currently working on implementing a Language Server Protocol.

Will update upon its changes

josemicode commented 4 months ago

For now, I have both tried having it linked to my local compiler via Path and making it work off the compile_commands.json file, approach which I decided to follow. Despite the inconvenience of needing to generate additional files in a certain directory, the benefits of a LSP far outweigh the sole con of configuring a file gen macro.