172 Commits (b8417bfb829de7076e4375520309a98079e09974)

Author SHA1 Message Date
spike 99228477fe add perproject plugin 2 years ago
spike 0489999b69 refactoring 2 years ago
spike dcf8815015 renamed sp4ke to spike 2 years ago
spike 5b6b64dae6 add iron.nvim repl helper 2 years ago
spike b9f3bf063e stable update 2 years ago
spike 329f12a5e3 stable nvim with lsp for go 2 years ago
spike 8994636c3f refactoring / upgrade
- bookmarks
- better mappings
- global helpers
- autoloading and vim scripts
2 years ago
spike a5bfe2977e Leap + local custom snippets 2 years ago
spike 0684ba9657 Treesitter refactoring
- treesitter smart select "v<CR>" and <Tab>
- treesitter swap func params with ~
- map ,tf to set TS to fold method
2 years ago
spike 4ecf95bcf1 stable lsp colors + signature + misc updates 2 years ago
spike ac23d172c3 add packer snapshot command 2 years ago
spike fc4faffccb comment with gcc 2 years ago
spike 1ced81e035 LSP no lsp autostart, improved utils 2 years ago
spike 0fa774dd51 session load 2 years ago
spike 4660c0f0d2 tabularize base config 2 years ago
spike a6793205eb lua dev tools and repl + folding options 2 years ago
spike 9848ceff61 navigator stable wip 2 years ago
spike 826f75cb6d vim auto sessions 2 years ago
spike 6c4e49cac4 Info Fugitive fzflua(fix) 2 years ago
spike f93b7f7c1e cga 2 years ago
spike 3bc618ef3f folding 2 years ago
spike 656729bab5 update 2 years ago
spike 51e6c7876f update 2 years ago
spike 1423db18ba update 2 years ago
siduck 5f23aaf1ca update comment.nvim mappings ( fix its breaking change )
cd1c38163d
2 years ago
siduck 01b17d2ad6 remove icons from mapping descriptions
they look good on whichkey but its too much work to find icons for each mapping description and not all nerdfont icons align the same, some need extra spaces etc so i removed them
2 years ago
siduck 65cb9ba5fc fix typo in lsp_references mapping | #1445 2 years ago
Akianonymus f4655e13ec mappings: Only set mappings if the plugin is enabled
format files

fix some lsp warnings
2 years ago
siduck cf5e7e9811 add mapping for tbufpick command 2 years ago
siduck d8b966730c remove useless mappings | gt & gT already exists 2 years ago
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
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 845d5b4866 write own lightweight tabufline | remove bufferline 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 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
siduck 700801b313 avoid overriding default vim.lsp functions
read https://github.com/NvChad/NvChad/discussions/1180
2 years ago
siduck d802e8e2a6 add lsp rename popup window
thx to @LeonHeidelbach for fixing some outdated stuff in the original table : https://www.reddit.com/r/neovim/comments/ql4iuj/rename_hover_including_window_title_and/
2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
siduck 0f013d4e7b Breaking change for non-whichkey users | Refactor mapping functions 2 years ago
Leon Heidelbach f8b5571466 fix: fixed lspconfig issues and cleaned up 2 years ago
Leon Heidelbach 5ba309a0df fix: moved lsp mappings to lspconfig to only be set on lsp attach 2 years ago
siduck b800879daa add mapping to disable highlight (#1121) 2 years ago
siduck bdf45a447a remove conflicting mappings | (#1119) 2 years ago
siduck d264c3c8e1 Use <C-x> to escape terminal mode | fix (#1115) 2 years ago
siduck 359a286aea fix comment.nvim visual commenting not working (#1081) 2 years ago
siduck ef27ad4f2d add mapping for escaping terminal 2 years ago
Yura Shatunov 0369a8ad77 Update mappings.lua
Now you can toggle terminal in terminal
2 years ago
Leon Heidelbach c7a4d4e337 feat: fixed & added mappings & users can now add their custom "mode_opt" 2 years ago
siduck 25305eca92 clean up 2 years ago
siduck 0844431d37 breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
2 years ago
Arman.H 5a1240be82 refactor: add utils to the global scope 2 years ago
Akianonymus d912bbe67c mapping: Fix p not copy selected text when clipboard in not set
format statusline.lua
2 years ago
Magnus von Wachenfeldt 836ab5e98e add mapping for :Telescope keymaps 2 years ago
Freyskeyd e557dc3af9 Fixing lsp mapping to use leader instead of space
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
2 years ago
siduck 1c4a202d00 remove un-needed mapping 2 years ago
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 985217b93f add: Packer snapshot feature (#721) 2 years ago
Arman.H a8466ccf4c fix: set LSP mappings only for buffers that have a configured language server 2 years ago
zbirenbaum aa4bab9605 fix group comments regression 2 years ago
siduck 08da7f6698 clean mappings.lua 2 years ago
siduck adecbe719f BREAKING CHANGE | re-implementation of custom config 2 years ago
guoliang 3d78ef3474 fix: insert mode nav shortcut 2 years ago
zbirenbaum 4a888ad037 add float term mappings and config 2 years ago
Arman.H b21defd4e4 refactor: remove unnecessary mapping 2 years ago
siduck bf89f0bf5f fix typo in mapping 2 years ago
siduck 63d54926a4 add mappings to spawn nobufflisted terms 2 years ago
zbirenbaum 1face444b8 change plugin init to config terminal on load extensions, change mappings to use new chadterm 2 years ago
i3cheese 229ad7e00d Fix j -> gj mapping. 2 years ago
siduck ac392cd29b misc
cb531cd90b
2 years ago
siduck cb531cd90b shorten some long mapping vars, fix (#849)| fix (#836) 2 years ago
Ruben Verheyden 5ec6112a59 fix for (#844) Replace-paste at end of line incorrect 2 years ago
siduck ceaf02e0bf replace dashboard with alpha.nvim (#816) 2 years ago
Akianonymus 46db63749f cmp: Add border to floating docs, move completeopt inside config
format files
2 years ago
i3cheese 195f6f3621 Toggle relative numbers and copy to system clipboards mappings 2 years ago
Akianonymus bad06dc44f mappings: Allow to remove plugin mappings in chadrc
This enables us to disable a plugin mappings individually

for eg:
  M.mappings.plugins = {
      telelscope = {
          find_hiddenfiles = false
      }
  }

  This will disable the telelscope find_hiddenfiles mapping.

It's also helpful when we want to use the mapping used by find_hiddenfiles for something else
2 years ago
David Stark ea6f2a1490 hotfix to :Telescope command flag order 2 years ago
David Stark 83ad616dd3 when finding all files via Telescope follow symlinks 2 years ago
siduck 4e54ee0081 rm hooks 2 years ago
siduck 9551ce7031 rm telescope-media-files.nvim!
it heavily relies on xorg so doesnt fully work on linux!, forget about macos,windows. Added a basic config doc for it here : https://nvchad.github.io/Extras#telescope-media-filesnvim
2 years ago
ryanb-dev 688586eeec Telescope: Remove no_ignore option from find files
Prior to this change, searches through large repositories would include
files within the .gitignore, resulting in long search results and many
useless results.  This change results in find_files respecting
.gitignore and find_hiddenfiles instead being an exhaustive search over
all files within the current directory.
3 years ago
Erasin ae90cca3f0 lua vim.diagnostic.setloclist 3 years ago
siduck 3a966955d4 make lspconfig mappings compatible with nvim 0.6v 3 years ago
Danilo Horta 31e551af30 Make lspconfig mappings configurable. 3 years ago
siduck 1cd5150b70 update comment toggle mappings (#658) 3 years ago
Akianonymus d2db2cc1cd plugin: Use Comment.nvim | Resolve #646 & #626 3 years ago
siduck 2a8afcb7b6 rm theme toggler config 3 years ago
siduck 6347a00023 add mapping, highlights for keybind cheatsheet | disable indentline in it 3 years ago
siduck 9e8af5ad93 include NvimTreeNormalNC for transparency | add #608 3 years ago
siduck 3330d1cc06 clean up! 3 years ago
siduck aa9667a5de Revert "add cheatsheet.nvim"
This reverts commit e8b919723e.
3 years ago
siduck e8b919723e add cheatsheet.nvim 3 years ago
siduck bdd6dc12c2 restructure | clean default_config 3 years ago
max397574 16a0c97fc9 fix: use better name for mapping 3 years ago
Akianonymus 2356ba069e fix: #501 | delay when use d in visual mode
only if copy_del = false
3 years ago
siduck76 a1c234e001 clean : debloat config | rm un-needed plugins 3 years ago
siduck76 0b55d45845 rm neoformat plugin 3 years ago
siduck76 50a5bcc870 rm : vim-fugitive plugin 3 years ago
siduck76 cc48bfb5c8 remove cheatsheet.nvim 3 years ago