-
i add nvim-tree to ur nvim configs but all shortcuts not working !!
```lua
return {
"nvim-tree/nvim-tree.lua",
dependencies = "nvim-tree/nvim-web-devicons",
config = function()
local…
-
> As a user, I should be able to namespace my aliases into different profiles.
Options:
1. .alias.profile
2. .alias/profiles
3. within .alias/profiles: personal work lab etc.
Regarding 2., this…
bsans updated
12 years ago
-
I'm use this configs:
Plug 'othree/yajs.vim'
Plug 'othree/javascript-libraries-syntax.vim'
Plug 'othree/es.next.syntax.vim'
Plug 'posva/vim-vue'
autocmd BufRead,BufNewFile *.vue setlocal filety…
avral updated
6 years ago
-
**Describe the bug**
All events ID 11 - File Create are missing values in TargetFilename field. Only dash (-) is being shown.
Works OK for event ID 23 - File Delete - path and filename is present.
…
-
I have this in my `.tmux.conf` file
```
is_vim="ps -o state= -o comm= -t '#{pane_tty}' | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|n?vim?x?)(diff)?$'"
bind-key -n 'M-h' if-shell "$is_vim" 'send-keys …
-
## The Ask
Please add a flag like `--color-always`/`-C` to force syntax highlighting even in the absence of a tty.
## A Use Case
I'd like to be able to use vimcat with fzf and other tools wit…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
### Describe the bug
When I scoll up and down a few times NeoVIM will crash.
### To Reproduce
1. Open file type that treesitter is enabled for.
2. Scroll up and down (with mouse or j / k, doesn't …
tsndr updated
4 weeks ago
-
I am getting the following error message when attempting to start the debugger through `db , dr`
**Result**:
1. `db` ✅ correctly marks the debugging line
2. ❌ `dr` gets the following:
>`Couldn't c…
-
**Describe the bug**
When executing regular yanking operations such as yaf, yaa, yif, yia etc. TextYankPost event payload receives an incorrect visual=true as opposed to visual = false, which is what…