Rogin Farrer
Rogin Farrer
Because this plugin already replaces some of the functionality of https://github.com/simeji/winresizer, I think it would be great to have the window resizing feature of that plugin. While window resizing could...
**Describe the solution you'd like** I think this plugin would be a lot easier to use if it provided commands, just like vim-fugitive. Not only would it then be much...
If have this autocmd in my config that sets a default filetype for a buffer if none is set: ```vim autocmd BufNewFile,BufReadPost * if &ft == '' | set ft=markdown...
`triangle()` currently expects height and width values that are a string value with a unit (e.g. `'12px'`) or a number (`12`). It throws an error otherwise. This prevents the use...
Demonstration of bug here: https://codesandbox.io/s/csstype-autocomplete-bugs-tciq55?file=/src/property-object-keys.ts I'm working on a styled-system like library where the CSS values are configured by the user, so we don't know them upfront. I have a...
The `PropertyValue` TypeScript utility works great when you know the CSS property ahead of time: ```ts type TextAlign = PropertyValue ``` I have a case where I don't know the...
Just discovered fff and fff.vim, and really enjoying using it! One thing I miss from other vim-like file management plugins is opening it directly to the directory containing the file...
Instead of opening a file in a new buffer, replacing the current one, I'd like to open a file in a split, both vertically and horizontally.
That's a good idea! On that subject, would it be possible to validate strict mode with TypeScript? I mean, if I don't have a `red` color in my theme and...