Replies: 3 comments 8 replies
-
i just made a separate repo for my laravel configuration in lazyvim just clone the repo, remove .git/ , add your keymaps and you are good to go: install these three composer packages locally in your project or just make a script for automating this task and add that to $PATH dont mind the README.md in that repo because i also made my own config out of someone else's repo, i forgot to update that guys readme, i optimized it only for laravel so you could just add an alias
put this line in your ~/.zshrc or ~/.bashrc |
Beta Was this translation helpful? Give feedback.
-
idk how Jetbrains does it but the kinda have the intellisense for each and everything for laravel blade etc in phpstorm, even though i never pay for these kinda shit, but still Jetbrains ides are pretty slow compared to neovim (if configure properly) |
Beta Was this translation helpful? Give feedback.
-
@muneebusmani - Thank's for the help. I've tried out the Laravel/LazyNvim repo. To make a rework in the PHP/Laravel LazyNvim files and directories to fit my configurations, the amount of time is absolutely insane. So by this, I will stay with my Packer environment till I see there a solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have found a super weird behavior in (my?) Nvim (setup?). ...I'm not 100% sure, if this is the right place to post this question, but I have no idea where to ask it else.
I was using Packer plugin manager all the time for my Nvim setup. Now I have had time to put thoughts into my setup and switched to Lazy. Cool, by the way. Super fast and straight forward. I like it a lot.
Now here is my problem...
One part of my work is to write code in a PHP/Laravel environment. Blade is the PHP templating engine they use. The
my-file.blade.php
files are for the front end (you can compare it with HTML structure). If I open this kind of files, there is no syntax highlighting at all.If I search for one of these Blade files with Telescope, the syntax highlighting works in Telescopes preview pane.
If I use another color scheme -> same problem.
If I throw my config and use kickstarter.nvim -> same problem.
If I open a regular HTML file highlighting works.
If I use my Packer config, highlighting works in file and Telescope preview.
Has anybody an idea why this happens??
Manny
Beta Was this translation helpful? Give feedback.
All reactions