1138 Commits (841f839bb626177199b9e68177e77bc6c1cd472f)
 

Author SHA1 Message Date
siduck 841f839bb6 Revert "fix: set LSP mappings only for buffers that have a configured language server (#1004)"
This reverts commit a8466ccf4c.
2 years ago
siduck 9ae7c2aff3 fix error while closing file (#1002) 2 years ago
siduck 985217b93f add: Packer snapshot feature (#721) 2 years ago
siduck 36aeebc580 fix : luasnip not working (#1000) 2 years ago
siduck 3c282a5fd5 fix: replace vertsplit highlights wtih winseparator (#969)
From v0.7, vertsplit => WinSeparator so updated the nvimtreeversplit hl group too https://github.com/kyazdani42/nvim-tree.lua/pull/1219
2 years ago
primeapple 498513d72d put opt keys back 2 years ago
primeapple 949a8d5aaf added gc and gb as keys to trigger lazy load on comment plugin, removed unnesc opt keys 2 years ago
siduck c8df626776
fix (#854) 2 years ago
zbirenbaum d16546acac fix #977 2 years ago
siduck 263dcc0115 make statusline separator style customizable | fix (#995) 2 years ago
siduck 83fe03455e
fix (#989)
Prevents auto-focus of nvimtree when there are multiple buffers opened and current buffer is closed
2 years ago
Arman.H a8466ccf4c fix: set LSP mappings only for buffers that have a configured language server 2 years ago
ahhshm 1f3a4787ce fix: update neovim version badge 2 years ago
ahhshm 83a044e903 chore: disable omnifunc 2 years ago
zbirenbaum 95951c86a9 add back ability to remove plugins 2 years ago
zbirenbaum 36a25ded76 fix <leader>x not closing nvim-tree 2 years ago
zbirenbaum aa4bab9605 fix group comments regression 2 years ago
siduck 08da7f6698 clean mappings.lua 2 years ago
siduck db18d5f356 add better way to change default options
check http://localhost:3000/config/Custom%20config#change-default-options
2 years ago
siduck 6750dee431 load missing override functions for cmp/devicons 2 years ago
siduck adecbe719f BREAKING CHANGE | re-implementation of custom config 2 years ago
Sidhanth Rathod d906bb0d9c
EVERYONE CHECK THE PINNED ISSUE ASAP!!! 2 years ago
zbirenbaum 1c8a677024 Fix #938 2 years ago
c-my bc05e4be08 fix: move option "nvim_tree_indent_markers" to setup 2 years ago
Justin Perez 6061f9455d Typecheck return value of chadrc; propagate errors
* Don't blindly assume the only way `require "custom/chadrc.lua" can
  fail is that the file doesn't exist.
* Provide user with a more useful message when return value is wrong
2 years ago
guoliang 3d78ef3474 fix: insert mode nav shortcut 2 years ago
siduck 3585ae3dfd use better keybinds for spawning terms 2 years ago
justin-f-perez cbc813388d override default branch for bufferline
By default packer tries to use "master" for the branch of any plugin that doesn't have a branch explicitly defined. However, the bufferline authors recently renamed their default branch from "master" to main. Thus, packer will work fine with bufferline for any new clones, but it will fail to update for anyone who had the old branch name "master" set.

See also: https://github.com/wbthomason/packer.nvim/issues/86
2 years ago
zbirenbaum 4a888ad037 add float term mappings and config 2 years ago
zbirenbaum d7522a940d add disable option for statusline hide au 2 years ago
Arman.H b21defd4e4 refactor: remove unnecessary mapping 2 years ago
zbirenbaum 03563f30cc add new location option for chadterm 3 years ago
siduck 232b453c29 avoid using default mapping for copying 3 years ago
siduck af22bee84a use previous split ratio for horizontal term buffer 3 years ago
siduck bf89f0bf5f fix typo in mapping 3 years ago
siduck 63d54926a4 add mappings to spawn nobufflisted terms 3 years ago
siduck 4ca8d781cf add option to enable inbuilt plugins (#919) (#914) 3 years ago
zbirenbaum e328b86336 add terminal customizations options to default config 3 years ago
zbirenbaum 1face444b8 change plugin init to config terminal on load extensions, change mappings to use new chadterm 3 years ago
siduck b9e8f489ed add new readme badges for matrix and telegram 3 years ago
siduck 6e9c78d1af avoid using default keymap (#910) 3 years ago
tuberry 47e4f0361f fix: let `hl_override` be compatible with custom themes
load `hl_override` after the theme
3 years ago
tuberry ec5017126c feat: support themes other than defaults
Try to activate a theme if not presented in defaults. Accordingly,
add the option `ui.colors` to provide the missing `hl_theme*` in
the custom theme.
3 years ago
zbirenbaum 958a62bc67 fix nvimtree vim globals not having any effect 3 years ago
siduck 75dbf5027d fix dashboard not showing | (#888) 3 years ago
i3cheese 229ad7e00d Fix j -> gj mapping. 3 years ago
johnsiras ec274db8b2 Make the alpha override-abble. 3 years ago
Freyskeyd 4ad0bf1b22 Exposing on_attach to configure plugins in custom
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
3 years ago
siduck f58c7e7b9e fix nvimtree opening half on file open (#606) 3 years ago
socialsmoker223 1278a3b703 Imporve luasnip Tab jump behaviour 3 years ago