57 Commits (ed18649e94b58a2855d43e9356c56433d207f683)

Author SHA1 Message Date
siduck ed18649e94 statusline: dont reload if theme is custom
this will prevent auto-reload of statusline , good for non custom statusline users
12 months ago
siduck 8ea74bc23b update some module paths 1 year ago
siduck 0e27cb4b44 dont reload tabufline if its disabled #2236 1 year ago
siduck 682b023fb3 make tabufline reloadable 1 year ago
M 83aac1ecc0
fix: wildcard pattern usage in `fs_realpath` (#2152) 1 year ago
siduck 8ba64ff369 custom config reload: support symlinks https://github.com/NvChad/base46/issues/177
huge thanks to @lucario387 for helping me
1 year ago
Tirtharaj Pramanik 914f9a400e
Update init.lua
Putting `.../mason/bin/` in the beginning of `vim.env.PATH`
1 year ago
siduck 7ec4515179 boostrap mason packages properly
print some message when nvchad is totally setup
2 years ago
siduck 84bdc2335c save nvchad cache at nvim data dir
many a time the user clears the cache dir and that results in deletion of base46 cache too which would prevent nvchad to function
2 years ago
Pham Huy Hoang 8214d4e858 fix NVIM_APPNAME 2 years ago
Lucario387 3353abb499 remove unused var 2 years ago
Lucario387 3563b5af83 normalize all paths 2 years ago
siduck 9dcaefd73f add variable for path seperators 2 years ago
Lucario387 a5833730d7 fix #1832 2 years ago
siduck b2aa30b5ae make statusline separators reloadable 2 years ago
siduck acfc5626ac run load_config() before reloading highlights onsaving chadrc 2 years ago
siduck 1dd3bf5a18 re-add reloading of all custom files 2 years ago
siduck dab9171e64 put all core stuff in core.init only 2 years ago
siduck 0aafb002b5 misc & cleanup 2 years ago
siduck 5246faa09a add windows support for compile theme autocmd 2 years ago
siduck e8e7ed6144 add autocmd for automatically compiling base46 2 years ago
siduck ed71dba5cc rm un-needed cmdefinitons 2 years ago
siduck 1b8eff7516 migrate to lazy.nvim 2 years ago
siduck 77a6c22fca use lua api for packersync wrapper 2 years ago
siduck 8db69224ba use lua api to set commands 2 years ago
siduck 4f789d3406 add multiple cmp themes https://github.com/NvChad/base46/issues/109 2 years ago
siduck a894ced767 add cmd to compile nvchad theme 2 years ago
Akianonymus 2b41bcd3df core: Move relavent tabufline code to NvChad/ui repo 2 years ago
Akianonymus a23d955656 plugins: alpha: Move alpha related cmd to alpha config
this special handling of statusline should only be done if alpha plugin is used
2 years ago
Akianonymus fe9a7b1651 core|options: Add formatoptions in options | Remove unnecessary autocmd 2 years ago
Akianonymus 9021289421 core: autocmd: Remove 'tabdo wincmd =' on VimResized
this should not be in main config, not every one wants their splits to be of equal size on resize, sometimes i want the split to of smaller size whether the screen is resized or not

this should be in used custom dir
2 years ago
Sébastien Elet a67e19a439 feat(init): resize panes when vim window is resized
Signed-off-by: Sébastien Elet <sebastien@elet.fr>
2 years ago
nullchilly b3d3c5a7dd Don't load packer at startup 2 years ago
Lilin Lao 8eb56b6644 Fix windows env path separator
Fix: mason installed binaries path appended to env.PATH when os is windows, the env path separator is ";".
2 years ago
siduck a83ebc34e5 Breaking Change : LSPInstaller is dead so use mason.nvim
(#1368)
2 years ago
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
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
Sidhanth Rathod 86b3b6e96b
Dont list quickfix buffers #1310 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 33550e9587 add options for tabufline : enabled, lazyload, override | fix (#1274) 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
Leon Heidelbach 7bb3afbb96 feat: add warning message when using PackerSync on snapshot branches 2 years ago
siduck a99a789f74 fix #1223 2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
Leon Heidelbach 92082d64e5 feat: (BETA release) NvChadSnapshots are here. Look at the pinned issue for more information! 2 years ago
siduck aabf8ca225 make lspsignature window float above the cursor to avoid cmp overlapping
special thanks to https://www.reddit.com/r/neovim/comments/vbsryc/comment/icehk2c/?utm_source=share&utm_medium=web2x&context=3
2 years ago
siduck 5ee4f93309 clean readme | rm outdated info & update img links 2 years ago
Waldir Borba Junior 1b4ac82718 Update init.lua 2 years ago