992 Commits (01f652fcc47207edbe15c04c88ed957dd1dde85b)
 

Author SHA1 Message Date
siduck76 1b4a67a1e1 nvimtree: disable updating cwd on focused files (#546) 3 years ago
siduck76 a24a65ab6b update : nvimtree diagnostic config 3 years ago
siduck76 fb9c54bc5d add: highlight color for NvimTreeNormalNC 3 years ago
Ay355 cb977a5313 fix: use of left/right arrow keys in insert mode
This allows the left and right arrows to move between lines in insert mode.
3 years ago
siduck76 1b44d4f2b9 add : highlight color for matchparen 3 years ago
siduck76 e8bbe1e4a1 Revert "update : capabalities cmp stuff in lspconfig | load cmp_lsp after lspconfig"
This reverts commit 86d92a2fd2.
3 years ago
siduck76 d221504482 add: cmp highlight groups 3 years ago
max397574 1ec9f80bdb fixed formatting 3 years ago
max397574 1af5510d03 fix cmp use correct function 3 years ago
max397574 8a426b9e62 fix cmp use new function 3 years ago
max397574 40554c80ad fix: new function to check for cmp completitions 3 years ago
peppapig450 5799af49e2 Fix another grammar mistake in example_init.lua 3 years ago
Sravanth C d47fcda9ef add: ttf, woff, woff2 icons 3 years ago
Sravanth C 5aa370e375 feat: robots.txt icon
- added robots.txt font glyph for nvim-web-dev-icons
3 years ago
peppapig450 7449c9e4f6 fix spelling/grammar in the example files 3 years ago
ashincoder e0ac314fab chore: Remove unsupported featurs from README.md 3 years ago
siduck76 86d92a2fd2 update : capabalities cmp stuff in lspconfig | load cmp_lsp after lspconfig 3 years ago
vladislav doster 4a349a3b45
fix(CI): CI bug fixed | docs: Added charity contribution link (#532) (#533)
* fix: Fix stylua CI formatter | add charity link

Update format.yml

* chore: format with stylua

Co-authored-by: Ashin Antony <83629316+ashincoder@users.noreply.github.com>
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 years ago
Ashin Antony 7d5a15f7ce
fix(CI): CI bug fixed | docs: Added charity contribution link (#532)
* fix: Fix stylua CI formatter | add charity link

Update format.yml

* chore: format with stylua

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 years ago
ashincoder 6fb97be55c chore: Removed superLinter 3 years ago
Ashin Antony b2cd5e38f5 fix: fix issue #455.
1. Show line diagnostics have been changed to `ge`. Since there are keybindings starting with g. Also `ge` is fast very useful for this reason.
3 years ago
Akianonymus 2356ba069e fix: #501 | delay when use d in visual mode
only if copy_del = false
3 years ago
Akianonymus 585266dcef fix: Packer blank window on PackerSync 3 years ago
Akianonymus d810cc35a7 chore: format files 3 years ago
Akianonymus 317eedd9b2 feat: Make short statusline toggleable from chadrc 3 years ago
siduck76 a1c234e001 clean : debloat config | rm un-needed plugins 3 years ago
Nathan Wallace ba3af27de0 add config option to disable nvimtree 3 years ago
siduck76 bd1319895d rm : unused function in bufferline config 3 years ago
siduck76 cd9b2c4810 Revert "fix : packer blank window on PackerSync"
This reverts commit 9a2430132f.
3 years ago
siduck76 9a2430132f fix : packer blank window on PackerSync 3 years ago
siduck76 1c9b5b46e4 rm : outdated lspconfig in example_chadrc 3 years ago
github-actions[bot] bcb4b15669 chore: format source code 3 years ago
siduck76 1756c92609 refactor : separate lspconfig setups 3 years ago
siduck76 0b55d45845 rm neoformat plugin 3 years ago
Ashin Antony 5db8d84515 Update init.lua 3 years ago
siduck76 e137fddf6e add : cmp-path plugin 3 years ago
siduck76 5bf92c5246 chore : dont gitignore custom dir contents 3 years ago
Ashin Antony 3d7f0159f5 fix: Fixes telescope issue where requiring telescope module
this fixes the following issue https://github.com/nvim-telescope/telescope.nvim/issues/1276
3 years ago
siduck76 92a9e13e7c Update init.lua 3 years ago
github-actions[bot] 7cab4295ee chore: format source code 3 years ago
Ashin Antony 8726de1faa chore: Clean init.lua
Why do we have a table to require a single module. We had this when we had plugins, colors etc. 
But we only have one module now. So why bother a list and looping through for a single module ?
3 years ago
Jeevan Shah dc80ae5795
chore: Dev pr template (#495)
* chore: add pr templates

* Move title formatting and make speed optional
3 years ago
Galen Rowell 94b01be483 fix: `default_config` var `plugin` -> `plugins` instead 3 years ago
siduck76 f2a0051aa9 fix : clean nvim-tree config 3 years ago
siduck76 548e4e4a9d fix : typo of nvimtree size 3 years ago
github-actions[bot] 962c2bfe69 chore: format source code 3 years ago
Justin MacCarthy 1cd3faffb3 Moved more setting into the setup, in line with the changes in NvimTree 3 years ago
siduck76 cb3c5682a8 fix : make inactive statuslines as thin lines 3 years ago
Sravanth 98ec153e8f fix: ignore unwanted files custom dir
- since it's pointless to track user specific files, added the custom dir to the ignore list except for the example files.
3 years ago
Galen Rowell 54d5c13d38 docs: move the README & CONTRIBUTING to the '.github.' folder,
this will keep user's nvim configs cleaner,
this is specifically a GitHub standard, not base Git
3 years ago