-
Notifications
You must be signed in to change notification settings - Fork 1
Implement some custom changes / functions #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/ec-redesign
Are you sure you want to change the base?
Conversation
fc0067e to
e510c58
Compare
e510c58 to
0128741
Compare
leavea comment with vim-doge it is disabled for now because is breaking the highlights
76854f7 to
4f4d9b0
Compare
update config to work with nvim6
| local dart_formatter = { | ||
| function() | ||
| return { | ||
| exe = "~/projects/taxfyle-mobile/flutter/bin/dart", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be in a standard path: /opt/flutter/bin/dart, /usr/local/share/flutter/bin/dart or when installed with brew then it becomes /opt/homebrew/bin/dart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using defaults: cee865d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, just did it in that way to use the flutter version that I built using the flutter repository
6ebc42e to
0dfd879
Compare
3da5604 to
87bd9bb
Compare
71d3bc3 to
a6c3994
Compare
6d07e25 to
e9695ad
Compare
No description provided.