Michael Chris Lopez
Michael Chris Lopez
Or maybe `COQStop`? Another possible command is `COQToggle` which is self-explanatory. When disabling however, it's probably great to revert the configs that coq have overwritten. https://github.com/ms-jpq/coq_nvim/blob/coq/coq/server/registrants/options.py Related: https://github.com/hrsh7th/nvim-cmp/issues/106 Similar feature...
Node pg returns the `rowCount` property of the result. https://node-postgres.com/api/result#properties How do you get this value using pgtyped? This is important for pagination.
```lua local lush = require "lush" local base = require "zenflesh" -- some spec local specs = lush.parse(function() return { TabLine { base.TabLine, gui = nil }, -- setting gui...
- [x] `:NnnExplorer` should toggle the nnn window instead of opening a new window. #138 - [x] Each tab should only have one explorer window. #138 - [ ] Nice...
As the title say to be able to create deep directories when entering something like `some/more/directories`. Similar to `mkdir -p`. What do you think?
Now that custom user snippet is a feature, I feel like this request is one of the killer feature of snippet plugins. A way to expand snippets using a key:...
Fix: https://github.com/expo/expo/issues/15622#issuecomment-998680225
As the title says. The specific use case for me is that I don't want `emmet_ls` to be in the suggestions. I'm already communicating with it directly with a [custom...
As the title says. There is already `maxChroma` for `lch` but not for `oklch`. To give more context, I'm trying to clamp `oklch` but only the chroma instead of all...