Jongwook Choi
Jongwook Choi
- `nvim --version`: NeoVim 0.4.0-571-g21b108fe4 - Vim (version: ) behaves differently? N/A - Operating system/version: Linux x64 - Terminal name/version: xterm - `$TERM`: xterm-256color ### Steps to reproduce using `nvim...
A feature for #507. - [x] Have you read [CONTRIBUTING.md](https://github.com/lewis6991/gitsigns.nvim/blob/HEAD/CONTRIBUTING.md)?
`require("lua-dev").setup { ... }` produces the following opts for `lspconfig.sumneko_lua`: ``` Lua = { ... completion = { callSnippet = "Replace" }, workspace = { -- Make the server aware...
Great plugin! Can we have the scrollbar updated when foldlevel is updated (e.g. zM, zR)? For example, when `zM` is pressed to fold everything (or `zR` to unfold everything), the...
A feature request! Some git GUI tools like Fork has two separate sections, one for changes and one for untracked files. Currently diffview.nvim treats untracked files as if tracked files;...
Neovim 0.8.0 has added winbar feature https://github.com/neovim/neovim/pull/17336, which is per-window statusline on the top. With this we can use global statusline (set laststatus=3).
Continued from #27 ### Basic support (syntax, folding) - ✅ https://github.com/nvim-treesitter/nvim-treesitter - ✅ Debugging: https://github.com/nvim-treesitter/playground - Note: Treesitter's syntax highlight overrides existing python syntax, which is annoying It should also...
Fixes #4 So far the representative value for drawing a plot/curve was always the mean of the individual runs, but we now support and allow more general representative values such...
## Design and consideration for wandb integration ### High-level Goal (rough sketch) - Be able to easily fetch data stored in wandb storage - Wandb already has some built-in grouping...
## Query * SQL-like query feature: Select runs/hypothesis that satisfy the given search query ## Interactive UI in jupyter * Pivot table * Table: expand hypothesis to extract individual runs