1611 Commits (v2.0)
 

Author SHA1 Message Date
siduck 44a24e2fe5 update nvterm repo author 2 months ago
Pablo Rodriguez 1a98a451ea
fix: Better approach to check if the system is Windows before setting PATH (#2690)
* Better approach to check if the system is Windows

Now the check for Windows doesn't depend on luv's os_uname() function, which may have a different result if neovim was built on different compilers (MSVC, MinGW, etc).

* remove un-needed parenthesis

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2 months ago
siduck ccf6bc397f rm reference for example_config in bootstrap 2 months ago
siduck 13cce81d99 disable semantic tokens in on_init & expose on_init 2 months ago
siduck 8fe6a6560e rm treesitter tag & fix #2697 3 months ago
Eduardo Bray 0dcd8a91b6
Remove Telescope unsupported layout_config key `results_width` (#2694) 3 months ago
siduck e9f6957b99 add some vim* tsparsers in treesitter config 3 months ago
siduck 8aec881517 reload editorconfig on User FilePost event only if enabled #2672 3 months ago
siduck f17e83010f fix editorConfig indent opts not applying on certain fts #2633 4 months ago
siduck 282a23f446 lock nvim-treesitter to stable version
there has been a breaking change with nvimtreesitter https://github.com/nvim-treesitter/nvim-treesitter/pull/5895 which needs renaming many of the hlgroups,its already done in the v3.0 branch of base46, cant directly merge to v2.0 so for a while you all will have to use the 0.9.2 version
4 months ago
siduck c80f3f0501 Avoid disabling lsp formatting capabilities
this was used so we could use null-ls as default formatter but as its dead i have replaced it with conform in the example_config. check a321ba986d
4 months ago
Zohir Benghalem c2ec317b1b
remove unnecessary lines (#2586) 5 months ago
Grigorii Khvatskii 2fedda14ed
Add support for non-interactive bootstrapping (#2528)
https://github.com/NvChad/NvChad/pull/2528#issuecomment-1834599074

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
5 months ago
siduck e121bde8d8 check for empty/nil mason ensure_installed table #2580 5 months ago
siduck 9bb7dcbaf4 remove telescope fzf extension #2571 5 months ago
Vitor Boschi da Silva c8777040fb
[feat] Make gitsigns init function async (#2538)
* [feat] Make gitsigns init function async

This function is running git and also initializing a shell, which can be
a relatively slow operation. By leveraging the jobs api, we run the
command in background, reducing the time it takes for the buffer to be
available to the user. It also uses the list format for the job, which
allow us to bypass the shell entirely.

* performance: use uv.cwd() instead of fn.expand 

benchmarked luv's cwd and it seems to be 20x faster than the expand function

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
5 months ago
Gean Marroquin 9d37797e6f
remove Search, IncSearch and CurSearch highlights from cmp windows (#2490) 6 months ago
莊加旭 (Max Chuang) ff99797242
fix typo (#2483) 6 months ago
Panos Sakkos a8413849cf
Ignore .DS_Store files (#2463)
Ignores macos .DS_Store files
7 months ago
TheFedaikin fd10af115e
feat(mappings): make <esc> a cmd to remove flickering (#2456) 7 months ago
umlx5h c56f1242df
Add CTRL-w key to whichkey lazyloading (#2446) 7 months ago
KorigamiK 250a960698
Fix unreachable mappings for the lsp (#2443) 7 months ago
siduck 13e9b0f458 rm outdated link from readme 8 months ago
Sidhanth Rathod 195fe4ae72
Rm outdated info in readme 8 months ago
Al Berez 3091ea5835
Keep visual selection when indent (#2382)
When user indent visually selected text with `>>` or `<<` this change will keep visual selection.
8 months ago
siduck 215aa2bb2f Revert "rm useless luasnip calls"
This reverts commit de85977316.
8 months ago
Zohir Benghalem 617dca4dc1
add fzf telescope extension to improve sorting performance (#2371)
* add fzf telescope extension to improve sorting performance

* add fzf config tbl to the default tlsc config
8 months ago
siduck de85977316 rm useless luasnip calls 8 months ago
siduck 456ae88fad include MasonUpdate cmd for mason.nvim lazyloading
5344b81e5e , so we dont need to specifically load mason in updater
8 months ago
camel_case a69e8dc591
feat(lsp): add visual mode code actions (#2353) 9 months ago
Diogo Silva a9bc954d02
refactor: gen chadrc template (#2349) 9 months ago
siduck 3f1e6d71d4 make whichkey lazyloadable by its cmd | fix #2342 9 months ago
Paul 9c013a6aac
updated lazygit keys for which-key plugin (#2331) 9 months ago
siduck d3d9aa251a rm config func from UI plugin spec
cuz the code will be loaded in the plugin/init.lua file of UI repo
9 months ago
siduck 46a61073a8 clean up 9 months ago
siduck 8ea74bc23b update some module paths 9 months ago
siduck 487ca44566 update icon paths 9 months ago
Paul 05f581918a
feat: added .ignore file (#2271)
Added .ignore file. So telescope doesn't ignore the custom folder.
9 months ago
siduck 6766acefec dont disable editor config with lazy_nvim 9 months ago
siduck 0e27cb4b44 dont reload tabufline if its disabled #2236 10 months ago
siduck 682b023fb3 make tabufline reloadable 10 months ago
A.S.K f18488d41c
feat: ignore after folder (#2228) 10 months ago
N 720d71b546
Update README.md (#2194)
Corrected typos and improved grammar
10 months ago
siduck 08f3deb901 temporarily revert blankline to stable version #2189 11 months ago
James Wright 3500e7388d
Catch errors from shell calls (#2188) 11 months ago
M 83aac1ecc0
fix: wildcard pattern usage in `fs_realpath` (#2152) 11 months ago
siduck 10b668d98a make formatting mapping <leader>fm as general mapping #2167
so its available even if an actual lsp isnt attached to the buffer
11 months ago
georgejean 286c951d7b
fix: make key mapping's description to lazy load Comment.nvim coherent with the defaults (#2148) 11 months ago
georgejean 4aa283119a
Fix too long descriptions for Comment.nvim's key mapping and add g key to trigger which-key (#2145) 11 months ago
georgejean 212bb9a66f
Improved keys property for Comment.vim (#2144) 11 months ago