1310 Commits (6f0aa376a8f8e52d33cede45e903767644c7e401)
 

Author SHA1 Message Date
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
Pratik Pingale ce027efbe9 Update README.md 2 years ago
Pratik Pingale 84cc8ec750 Add: `NvChad/ui` plugin link 2 years ago
Akianonymus d8a92c75b1 Fix colorizer lazy load messing up cursor position when file is opened 2 years ago
siduck e94a8c1e25 add global for tabufline CoverNvimtree module | (#1338)
7292775ca0
2 years ago
siduck 74f2efca9f BREAKING Change for statusline_separator & tabufline overriders
moved statusline & tabufline into a new plugin to keep the base config clean and fix issues like (#1307)
2 years ago
Akianonymus fa68c66454 mappings: Do not use j,k mappings in operator mode 2 years ago
siduck fb9a7b9206 add nvchad ui plugin 2 years ago
Akianonymus b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files 2 years ago
siduck 37b2c53a46 fix diff highlights not working on gitcommit filetypes (#1317)
removed indentline char as it moves indentline a lil bit towards right whenever contextstart highlight shows , check https://github.com/lukas-reineke/indent-blankline.nvim/issues/454
2 years ago
Leon Heidelbach 7b683eaf63 fix: only access mapping_info.opts field if possible 2 years ago
siduck 5339bc42ae clean stuff
remove vim tsparser as it is adviced to have 100% lua config and vim.cmd adds a lil overhead as compared to native vim api functions, increase shiftwidth as it looks better
2 years ago
Sidhanth Rathod 86b3b6e96b
Dont list quickfix buffers #1310 2 years ago
Thieu Nguyen 1500ff1516 enhancement: update lsp syntax to support both stable and nightly 2 years ago
Maximiliano Curia 71f30f72c0 signatureHelp: don't capture focus 2 years ago
siduck c19398b3f6 fix #1309 2 years ago
siduck cd5d85a11b modularize statusline config | Make overriding of it actually work (#1307) 2 years ago
sitiom d0cd5714a2 Update stylua option: `no_call_parentheses` -> `call_parentheses` 2 years ago
siduck 7654a1fc8c allow showing of buffer in a different tab if its already opened in another tab #1297 2 years ago
siduck d4c71e1472 fix hidden buffer tabs not showing in tabufline with less space
credits to @ii14 for helping me fix this issue
2 years ago
siduck ae77406a64 fix #1276 2 years ago
siduck 519a2df1a0 clean up 2 years ago
tomasky 6ff356ae93 fix: let override function works,fix #1287 #1278 2 years ago
Kévin Dunglas f5b6a67ebb Update README.md 2 years ago
Kévin Dunglas 5b24c94a60 docs: fix broken links in README.md 2 years ago
Manas Mengle ce2a5d8596 fix(luasnip): switch to using global variables 2 years ago
Manas Mengle 34628a1789 fix(luasnip): make sure friendly-snippets are loaded too 2 years ago
Manas Mengle 5a3fcd7326 feat(luasnip): added snippet_paths option for luasnip 2 years ago
McAuley Penney 9ccc95ea6c refactor: remove python2 provider
• since neovim/neovim@baec0d3152
      python2 support has been removed. The
      Python provider for Python2 no longer
      exists on v0.7 and newer
2 years ago
McAuley Penney aef0a987cc fix: providers are not disabled
• problem: providers are incorrectly disabled
    • why: providers must be disabled by
           setting their global value to 0,
           unlike default plugins.

    • solution: disable built-in providers by
                setting their values to 0
                instead of 1
2 years ago
Höhl, Lukas e52ba32fa3 feat(nvimtree): enable filesystem watchers
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
2 years ago
siduck 73cfdd7367 remove buf_loaded check
As this causes issues (buf switching i.e tbufbnext/tbufprev) not working properly when nvim is opened with multiple files dbb3439982 (commitcomment-77092312)
2 years ago
siduck dbb3439982 fix tabufline not showing multiple files on startup | fix #1277 2 years ago
siduck 33550e9587 add options for tabufline : enabled, lazyload, override | fix (#1274) 2 years ago
asiryk 9c07c5c2ed fix typo in treesitter init cmds 2 years ago
Höhl, Lukas 1fdf01ccd4 feat(nvim-tree): enable adaptize size
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
2 years ago
siduck 62b9c09f44 fix tabufline crash when formatting buf | (#1265) 2 years ago
siduck 876295ec02 rm misleading field name for tabufline in default_config 2 years ago
siduck 845d5b4866 write own lightweight tabufline | remove bufferline 2 years ago
siduck 5e4b2e6a11 avoid cmp to take over "<CR>" #1258 2 years ago
Sabu Siyad d327582dc0 telescope: remove deprecated option: `use_less` 2 years ago
Dikson Santos 8b0a28195b fix: typo on readme [asethetic] -> [aesthetic] 2 years ago
Rentib e57a3b5de9 added missing brackets 2 years ago
Chris 2138c846be Fix Plugin Override Function Capabilities
In order to ensure that plugin configuration that is overridden with a
function instead of a table is still merged with the default plugin
configuration, this commit splits up the if/elseif/else statement in
lua/core/utils.lua.

This is necessary as we want to take the resulting table returned from
the override function and merge it with the default_table before setting
up the plugin.

Fixes [this issue](https://github.com/NvChad/NvChad/issues/1239)
2 years ago
Leon Heidelbach 7bb3afbb96 feat: add warning message when using PackerSync on snapshot branches 2 years ago
siduck 46590c3772 fix 4f1ee6ec8f (commitcomment-76448502) 2 years ago
siduck 4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable
added cmd fields for various plugins for example lspinstaller+lspconfig gets loaded only when a file opened but their commands can be run before a file is opened so I additionally lazy loaded them on their cmds too
2 years ago
siduck 099e075a01 lazy load plenary.nvim 2 years ago
siduck a99a789f74 fix #1223 2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago