<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-prettier, branch main</title>
<subtitle>Fork of vim-prettier with my patches.</subtitle>
<id>http://git.kilabit.info/vim-prettier/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/vim-prettier/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/'/>
<updated>2026-02-21T07:15:18Z</updated>
<entry>
<title>all: remove unnecessary flags</title>
<updated>2026-02-21T07:15:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-21T06:53:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=de6863ff8cb47b8ee4c87206a24977da596cbbdf'/>
<id>urn:sha1:de6863ff8cb47b8ee4c87206a24977da596cbbdf</id>
<content type='text'>
If in vimrc we set the tabstop to 8, the plugin will format the file
with tab width set to 8.

This plugin should use whatever value from prettier config if it exist
or default prettier itself.

In another words, I want prettier that I use to be opinionated, less
configurations, like gofmt.
</content>
</entry>
<entry>
<title>Bumping prettier supported version</title>
<updated>2023-10-10T01:55:24Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:55:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=7dbdbb12c50a9f4ba72390cce2846248e4368fd0'/>
<id>urn:sha1:7dbdbb12c50a9f4ba72390cce2846248e4368fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating changelog</title>
<updated>2023-10-10T01:51:46Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:51:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=a7490544baa3696bc25812605b4722630bc86407'/>
<id>urn:sha1:a7490544baa3696bc25812605b4722630bc86407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Relese 1.0</title>
<updated>2023-10-10T01:19:12Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=e40b4d080e240924890911fb7af733241f4eceb1'/>
<id>urn:sha1:e40b4d080e240924890911fb7af733241f4eceb1</id>
<content type='text'>
- Adding support for prettier 3.x
</content>
</entry>
<entry>
<title>Merge pull request #348 from victorspt/fix/consider_option_version</title>
<updated>2023-10-10T01:02:33Z</updated>
<author>
<name>Mitermayer Reis</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:02:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=d10bdd15af8a61eff9d279bd2815b4192506d1c0'/>
<id>urn:sha1:d10bdd15af8a61eff9d279bd2815b4192506d1c0</id>
<content type='text'>
Fix/consider option version</content>
</entry>
<entry>
<title>docs: add comment describing global variable</title>
<updated>2023-10-09T22:38:05Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-09T22:38:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=ba1d24036b35df89728344a46ed1f2006fbd1255'/>
<id>urn:sha1:ba1d24036b35df89728344a46ed1f2006fbd1255</id>
<content type='text'>
Wrote a comment describing the global variable that overwrites the
"bracketSameLine" option.
</content>
</entry>
<entry>
<title>docs: remove TODO comment of completed task</title>
<updated>2023-10-09T18:10:28Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T18:10:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=c3340cdf1b7ab72c72fee2507beb91f0a4413226'/>
<id>urn:sha1:c3340cdf1b7ab72c72fee2507beb91f0a4413226</id>
<content type='text'>
Removed TODO comment that reminded to compose the flags of the CLI
command from a list using list methods. The task is completed.
</content>
</entry>
<entry>
<title>fix: look option and CLI versions to form command</title>
<updated>2023-10-09T18:10:06Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T14:24:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2'/>
<id>urn:sha1:ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2</id>
<content type='text'>
Considered the addition and deprecation versions of each Prettier option
contained in the object with details about the CLI flags when composing
the CLI command.
</content>
</entry>
<entry>
<title>docs: add Vim foldings to config.vim</title>
<updated>2023-10-09T18:08:03Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T23:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=680534fc54701f4958e88f325a58767d7c936fe5'/>
<id>urn:sha1:680534fc54701f4958e88f325a58767d7c936fe5</id>
<content type='text'>
Added Vim foldings to sections of the code in config.vim to improve file
navigation.
</content>
</entry>
<entry>
<title>refactor: add function to select compatible flags</title>
<updated>2023-10-09T18:07:31Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T14:12:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=b2ad859a252ded6de298e08ded2e89d23caa12f7'/>
<id>urn:sha1:b2ad859a252ded6de298e08ded2e89d23caa12f7</id>
<content type='text'>
Added a function that selects the flags that are compatible with
the version of the Prettier CLI being used. This is part of a plan to
compose the flags of the CLI command from an object with flag details.
</content>
</entry>
</feed>
