Ali Shahid

Results 25 comments of Ali Shahid

sure: https://aur.archlinux.org/packages/lite

@tjdevries please implement it

map `` with `` like below ``` tmap --for vim vim.cmd([[ tmap ]]) --for neovim ``` now you can press `ESC` and do things as you do in normal mode,...

i use [penvim](https://github.com/Abstract-IDE/penvim) to detect and change working directory to project root directory. `:FloatermNew --cwd %:h` don't work. it just opens the floaterm to root directory instead of current file...

i don't have windows-OS for testing. it would be great if someone make PR.

i don't have MAC or Windows to test the ```setup.py``` script. i would suggest you to do it manually. simply clone Abstract repository as nvim to your ~/.config/ ( ```git...

it's working fine for me. have a look at my config [packer](https://github.com/Abstract-IDE/Abstract/blob/90828818b2e975ca97b7416123aef1fe17fa5691/lua/packer_nvim.lua#L148-L154) [treesitter](https://github.com/Abstract-IDE/Abstract/blob/main/lua/plugins/nvim-treesitter.lua) [ts-autotag](https://github.com/Abstract-IDE/Abstract/blob/main/lua/plugins/nvim-ts-autotag.lua)

you can use [nvim-autopairs](https://github.com/windwp/nvim-autopairs) plugin for such task for example: >Typing will not autoclose jsx / tsx empty elements. ```lua require('nvim-autopairs').add_rules { Rule("%$", "", { 'typescript', 'typescriptreact', 'javascript', 'javascriptreact' })...

i am not trying to convince you but using `` instead of `ESC` seems little weird to me. since `ESC` is one of the important key in vim, i would...

@devil-may-c0de, i am with @proycon. this behavior is very useful, specially when you're writing code. i use laptop. i use different workspace for different tasks. for example, one for email/messangers...