kiryph

Results 117 comments of kiryph

@nyancodeid What about using https://github.com/nascent-africa/jetstrap ?

I was adding the link because of the mentioned time constrain: > Unfortunately I don't have enough time to change jetstream pages using bootstrap 4. I can only reiterate what...

Thanks for your feedback. Right now I do not have the time to create a PR. For now I will stick to the hardcoded solution in my vimrc: ``` let...

@robertjk You might find following two plugins helpful to use together with vim-commentary: - https://github.com/suy/vim-context-commentstring - https://github.com/inkarkat/vim-OnSyntaxChange

> Still I thought it's good to make this plugin better by adding comment textobject support. I certainly agree with you. ## tcomment + text object plugin If you prefer...

I would be interested in using this. Also beginners are made aware of this feature by the second example in the tutorial: https://doc.cinderella.de/tiki-index.php?page=Three-Bar+Linkage Chrome developer tool says: `Operation Locus not...

Following works only until I change the buffer ```lua use { "folke/zen-mode.nvim", config = function() require("zen-mode").setup { options = { -- signcolumn = "no", -- disable signcolumn -- number =...

@neurosnap Yes, I can do this. I am wondering how well-chosen and intentionally the current set of tags is: - There is a tag for `neovim-0.5`, but none for `neovim-0.6`,...

Following relevant “tags” exist on https://github.com/rockerBOO/awesome-neovim but not here - `lsp` - `terminal-integration` IMHO tags should not be like folders in a file system or headers in a document, ie....

> Yes, use the usual window swap command. Thanks for pointing this out. So my question then would be: Can I swap a single window in a stack with a...