defr0std

Results 9 issues of defr0std

Coloring the files which programmers are often dealing with: - Source code files for popular languages. Colored in green like documents because that's what they essentially are. - Project-like files...

Hi, Do you have any plans to color more file extensions, especially for programming? .js, .ts, .cs, .h, .cpp, .json, etc. Would you accept a contribution for such extensions?

type-feature
status-pending
scope-compatibility
status-accepted

**Which version are you using?** The npm package and version of every component involved in the bug report. @nanosql/core 2.3.7 **Describe the bug** If two tables are joined, the filtering...

Hi, We are using a few libraries with C++ macros, which cause some parsing troubles with treesitter. Here are a few examples. 1. [Abseil flags library](https://abseil.io/docs/cpp/guides/flags): Example: ```c++ ABSL_FLAG(int, a);...

I would like to display the treesitter context a little differently - in a winbar via other plugins like LuaLine or Feline. Those plugins already provide you with the custom...

enhancement

Repro: 1. Have two monitors connected, in my example: ``` monitor=eDP-1,2400x1500@60,0x1000,1.25 monitor=DP-3,3840x2160@60,1920x0,1 ``` 2. Add an input field to the hyprlock config, in my example: ``` input-field { monitor =...

### Problem Hi, I am working for a large software company. Our codebase is remote, and mounted locally on the workstations. We also have various automation tools which pick up...

enhancement
performance
bug-vim
needs:vim-patch
filesystem

Cross-posting this request from https://github.com/neovim/neovim/issues/30562. The issue seems to be the same in vim 9.1+ and Neovim 0.10+. ### Problem Hi, I am working for a large software company. Our...

enhancement

### 🚀 The feature, motivation and pitch Currently, you can toggle the checkbox state between two values. For example: ```lua require("obsidian").util.toggle_checkbox() -- toggles only between "[ ]" and "[x]" require("obsidian").util.toggle_checkbox({"...

feature request