<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-prettier/autoload/prettier/resolver/config.vim, 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>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>
<entry>
<title>refactor: add function to filter flags by version</title>
<updated>2023-10-09T12:58:23Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T13:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=3dfc0efda164980d30495153024410c347d07da8'/>
<id>urn:sha1:3dfc0efda164980d30495153024410c347d07da8</id>
<content type='text'>
Added a function to filter flags that are uncompatible with a supplied
version. This is part of a plan to compose the flags of the CLI command
from an object with flag details.
</content>
</entry>
<entry>
<title>refactor: add helper functions to get CLI version</title>
<updated>2023-10-08T02:57:33Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T02:57:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=6dd9a0813b78158254987e5452455000aabd6b02'/>
<id>urn:sha1:6dd9a0813b78158254987e5452455000aabd6b02</id>
<content type='text'>
Added two helper functions to get the version of the Prettier CLI as a
string. This is part of a plan to compose the CLI command from an object
with flag details.
</content>
</entry>
<entry>
<title>refactor: add object with Prettier flags</title>
<updated>2023-10-08T02:30:50Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T02:30:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=6649ecfdae2169e8b76d446aa162ce705685807f'/>
<id>urn:sha1:6649ecfdae2169e8b76d446aa162ce705685807f</id>
<content type='text'>
Added an object with details about Prettier CLI flags. This is part of a
plan to compose the flags of the CLI command from a general object with
flag details.
</content>
</entry>
<entry>
<title>refactor: make mapper function reusable</title>
<updated>2023-10-08T02:26:40Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T02:26:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=8e7155479fa65bf120caece1a171bc8fc81e2e27'/>
<id>urn:sha1:8e7155479fa65bf120caece1a171bc8fc81e2e27</id>
<content type='text'>
Changed the function to make it reusable across versions of the CLI
flag. This is part of a plan to compose the CLI command from an object
with details about the flags.
</content>
</entry>
<entry>
<title>refactor: use common parameters in flag functions</title>
<updated>2023-10-05T03:20:46Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-05T03:20:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=dda5954fd6297f4c59bb5891e2641c7d9c3cbd20'/>
<id>urn:sha1:dda5954fd6297f4c59bb5891e2641c7d9c3cbd20</id>
<content type='text'>
Adapted flag-mapper functions to use the same parameters. This is part of a
plan to expose a common interface from planned objects with flags, to make code
flexible to future changes, and to compose the CLI command from a general
object with flag details.
</content>
</entry>
</feed>
