fisher-j

Results 15 issues of fisher-j

I am using `R_app = "radian"` on windows 10 and would like to have spell check turned off by default. `au TermOpen * setlocal nospell`, though, prevents any terminal from...

I'm trying to use automatic signature completion with the [R language server](https://github.com/REditorSupport/languageserver) I'm using the [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) init.lua but I've added ` use 'hrsh7th/cmp-nvim-lsp-signature-help'` to `'packer'.startup` and `{ name = 'nvim_lsp_signature_help'...

Related to #2070, in an analysis with many pages, the navbar becomes a bit oppressive. I like the idea of adding support for `navbar-static-top` (as found in bootstrap 3.3.5) so...

help wanted :heart:
feature
theme: site generator

**Is your feature request related to a problem? Please describe.** Sometimes it is useful to be able to open the contents of the Viewer in an external browser. **Describe the...

feature-request

I really appreciate code parsing in fenced code blocks. In Rmarkdown, the language identifier (`r`) is often followed by a comma and further "chunk options". The comma prevents the language...

Radian crashes with the following error (courtesy of vscode): > The terminal process "c:\Python\Python39\Scripts\radian.exe '--no-save', '--no-restore'" > terminated with exit code: 3221225725. when attempting: `rmarkdown::render_site()` The issue persisted when running...

Rmd filenames may be more verbose than desired for chunk labels. It would be nice to be able to specify a regex for extracting labels from filenames. For instance, for...

"Documents and Settings" is an alias for the `c:/Users/` and is available for compatibility with legacy applications. `cmp-path` resolves "Documents and Settings" to `c:/Users/` dir. The problem is that no...

### Feature description Related to #62, I would like it if `zr` would decrease the amount of folding and `zm` would increase the amount of folding. ### Describe the solution...

enhancement

#### Summary: After building on windows, `install-tbb.bat` fails with an error: ``` ERROR: Invalid syntax. Default option is not allowed more than '2' time(s). ``` I think that this is...