Anders Evenrud

Results 66 issues of Anders Evenrud

Introduces a new option named 'foldoptions' for customizing the fold column. Comes with the word 'nodigits' that disables the digits shown to indicate the nesting level. Instead 'foldsep' from 'fillchars'...

folds

I'd love to see options for ignoring certain filetypes, because in some cases I would imagine having un-shaded windows is preferable (like debuggers and file browsers).

I'm using a neovim plugin that shows signature help popups while typing via LSP. It turns out that in certain cases, the `textDocument/signatureHelp` returns an empty `signatures` array in subsequent...

lsp

VFS could benefit from capability detection so that clients is aware of what a filesystem source is capable of. This would allow for adding extensions on the client that are...

enhancement

For anyone that wants to do translations, read this first: https://manual.os-js.org/v3/guide/translate/ Then comment on this issue if you want to join the translation team :nerd_face: --- **This section will be...

locale
contribution

At the moment packages (apps, themes, icons, sounds) can be discovered and automatically used by client/server via `package:discover`. It would be cool if this could be added to service providers...

enhancement

This was brought up in https://community.os-js.org/t/how-to-update-hot-reload-application/519/4. The current implementation is not very reliable. Something in the chain fails (or does not happen), which currently is: 1. Server watches the dist...

enhancement

Maybe use `npm init OS.js` to create a new distro instead of git ?! https://docs.npmjs.com/cli/init

open for suggestions

Closes #79

enhancement

Currently the easiest way to add custom filtering of nodes is to either hook into the validator or the virtual text parser. It would be nice to have the option...

enhancement
good first issue