Commit Graph
415 Commits
Author SHA1 Message Date
Legrems 3f08c78c13 Add gitlab.nvim plugins, update mappings 2024-05-23 13:54:34 +02:00
Legrems d6f6f9e11d Use wildignore, remap a lot for qflist and loclist functions 2024-04-10 03:05:11 +02:00
Legrems 19c17b583b Merge branch 'v2.0' into p53 2024-04-03 16:12:53 +02:00
Legrems 8638342fa9 Add more git shortcut 2024-04-03 15:40:42 +02:00
Legrems a62a601e1f Add noice.lua 2024-03-27 14:39:55 +01:00
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>
2024-03-10 20:03:32 +05:30
siduck ccf6bc397f rm reference for example_config in bootstrap 2024-03-10 08:55:15 +05:30
siduck 8aec881517 reload editorconfig on User FilePost event only if enabled #2672 2024-02-17 06:31:11 +05:30
siduck f17e83010f fix editorConfig indent opts not applying on certain fts #2633 2024-01-28 21:40:04 +05:30
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>
2024-01-02 17:12:34 +05:30
Legrems 86ccf3bb2d New plugins 2023-11-30 14:28:09 +01:00
莊加旭 (Max Chuang)andGitHub ff99797242 fix typo (#2483) 2023-11-08 16:06:16 +05:30
TheFedaikinandGitHub fd10af115e feat(mappings): make <esc> a cmd to remove flickering (#2456) 2023-10-22 18:22:38 +05:30
KorigamiKandGitHub 250a960698 Fix unreachable mappings for the lsp (#2443) 2023-10-16 17:02:31 +05:30
Legrems 8d535ad186 More mappings, fix multi select with telescope 2023-10-05 23:12:38 +02:00
Al BerezandGitHub 3091ea5835 Keep visual selection when indent (#2382)
When user indent visually selected text with `>>` or `<<` this change will keep visual selection.
2023-09-16 11:48:10 +05:30
camel_caseandGitHub a69e8dc591 feat(lsp): add visual mode code actions (#2353) 2023-09-02 17:00:02 +05:30
Diogo SilvaandGitHub a9bc954d02 refactor: gen chadrc template (#2349) 2023-08-31 05:58:07 +05:30
siduck 8ea74bc23b update some module paths 2023-08-09 20:22:46 +05:30
siduck 0e27cb4b44 dont reload tabufline if its disabled #2236 2023-07-26 09:58:01 +05:30
siduck 682b023fb3 make tabufline reloadable 2023-07-26 06:56:56 +05:30
Legrems 25bc8e05c4 Update 21.07.23 2023-07-21 22:29:43 +02:00
James WrightandGitHub 3500e7388d Catch errors from shell calls (#2188) 2023-07-06 22:12:33 +05:30
MandGitHub 83aac1ecc0 fix: wildcard pattern usage in fs_realpath (#2152) 2023-07-02 16:22:52 +05:30
siduck 10b668d98a make formatting mapping <leader>fm as general mapping #2167
so its available even if an actual lsp isnt attached to the buffer
2023-06-29 05:18:18 +05:30
11c839f870 Defaulting to not installing custom config in --headless mode (#2132)
* Defaulting to not installing custom config in --headless mode

* Update bootstrap.lua

---------

Co-authored-by: siduck <siduck@tutanota.com>
2023-06-18 18:21:36 +05:30
siduck 8ba64ff369 custom config reload: support symlinks https://github.com/NvChad/base46/issues/177
huge thanks to @lucario387 for helping me
2023-06-15 10:11:43 +05:30
e3bb39106e Fix default mappings not load if chadrc.lua does not exist (#2037)
* Fix default mappings not load if chadrc.lua does not exist

The regression was introduced by dab9171e64

Fix #1961 #2025

* clean up!

---------

Co-authored-by: siduck <siduck@tutanota.com>
2023-06-15 08:03:01 +05:30
Sidhanth RathodandGitHub 27992efc1c Merge pull request #2031 from TirtharajPramanik/patch-1
update mason  binaries path in vim.env ( fixes rust_analyzyer bin not found )
2023-06-10 13:15:14 +05:30
Legrems 29a0d2ee30 Add C-d to use diffview, C-A-d for close diffview 2023-06-06 11:30:26 +02:00
Legrems 722044c88a Update 05.06.23 2023-06-05 01:39:31 +02:00
Legrems b933fbe1d9 WIP 2023-05-24 05:22:31 +02:00
siduck 262a06776a change mapping for telescope marks 2023-05-18 18:15:51 +05:30
siduck f6229b4b46 add mapping for telescope bookmarks (#2035) 2023-05-18 11:45:02 +05:30
siduck 1cb237fa78 rm outdated icons 2023-05-18 07:58:57 +05:30
André CarneiroandGitHub a54e4e9272 chore: consistent border style when navigating diagnostics (#2033) 2023-05-18 05:31:36 +05:30
Tirtharaj PramanikandGitHub 914f9a400e Update init.lua
Putting `.../mason/bin/` in the beginning of `vim.env.PATH`
2023-05-17 02:14:15 +05:30
Lexey KhomandGitHub 699aeaa442 style(mappings): One style for descriptions (#2018)
* style(mappings.lua): Abbreviations in Upper case (like "LSP")

* style(mappings.lua): One description style - Sentence case

Only the first word of a sentence and proper nouns are capitalized,
with the rest of the words in lowercase.

* style(mappings.lua): Replase "_" to " " in descriptions
2023-05-13 15:28:50 +05:30
siduck 56e6234363 add option for using extended base46 integrations 2023-04-25 10:22:57 +05:30
siduck 34bdca17d2 clean up 2023-04-10 10:05:05 +05:30
siduck f873d3cc50 add an option for lsp_semantic_tokens hl groups | fix (#1907)
also tiden up some stuff
2023-04-10 06:04:37 +05:30
Shubham KandGitHub b5cf9fde0e Added current buffer fuzzy find key mapping (#1903)
* Added current buffer fuzzy find key mapping

* change telescope fuzzy mapping to <leader>fz

 Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2023-04-07 22:59:13 +05:30
siduck 907b112514 make some mapping keybinds lowercased (#1897) 2023-04-05 22:07:36 +05:30
prometheusalphaandSidhanth Rathod 3479853e69 feat(mappings): add description to movement keys in normal mode 2023-04-05 16:22:43 +05:30
hoangnh280andSidhanth Rathod 0619ef4e1e fix(mappings): fix description of j key in x mode 2023-04-05 08:29:18 +05:30
siduck a5906e48fb use function in init opts for all plugins
if this isnt done then disabling a plugin will still have its init opt called, read https://github.com/NvChad/NvChad/discussions/1879
2023-04-01 12:47:42 +05:30
waneonandSidhanth Rathod 8ec2cb3b76 feat: Increase visibility of floating diagnostic 2023-03-31 05:59:08 +05:30
Daniel BollandSidhanth Rathod 800d066aab feat(bootstrap): indicate that no is the default answer
Indicates that the default answer would be *no* if the user provide any input other than `y`
2023-03-31 05:27:23 +05:30
siduck ffdb4fc5e5 add show_numbers option to tabufline config
https://github.com/NvChad/ui/commit/87525fa3cd330b594261de7b63976ee66909af43
2023-03-30 18:23:16 +05:30
siduck c77c086365 add nvimtree_side global in nvimtree config func https://github.com/NvChad/ui/issues/68
also clean some lazy.nvim related variables
2023-03-29 07:41:21 +05:30