Commit Graph

208 Commits (41351f6007e11e1931c1499afbdc5b2339f5825b)
 

Author SHA1 Message Date
Eric Tiedemann 41351f6007 remove keybinding for opening term as it was causing hangups 2 years ago
Eric Tiedemann 0fb37d8583 Fix require statement in init file 2 years ago
Eric Tiedemann 9cd9ca210e Add treesj to vscode 2 years ago
Eric Tiedemann 7e31e79d6a Add treesitter and incremental selection to vscode 2 years ago
Eric Tiedemann 2f0c183557 add devicons 2 years ago
Eric Tiedemann bd47d55d59 fix incremental selection 2 years ago
Eric Tiedemann b071a5fea0 Add new vscode bindings 2 years ago
Eric Tiedemann 2ade796257 Add new helpful plugins for tmux movement 2 years ago
etiedem a00dbafce7
Merge pull request #1 from nvim-lua/master
option to reduce noisy Lua_LS's missing-fields warnings (#511)
2 years ago
Eric Tiedemann 321b2b6fa8 update config 2 years ago
Eric Tiedemann b290445c7a autoinstall formatters and automatting 2 years ago
Eric Tiedemann 743c03a1b6 add autoformatting with Python 2 years ago
Eric Tiedemann 25a94d9353 Split out plugins and extra config 2 years ago
Tommy Williams ee9790b381
option to reduce noisy Lua_LS's missing-fields warnings (#511) 2 years ago
Eric Tiedemann 162b44a00a Add new plugins 2 years ago
Eric Tiedemann 3d80a82ebe Add toggleterminal 2 years ago
Eric Tiedemann 3d149ce17a Add VSCODE settings file 2 years ago
Eric Tiedemann c03fdcf28b Add new LSP 2 years ago
Chris Patti 1915cea32e
Merge pull request #505 from j-hui/update-fidget
init.lua: remove 'legacy' tag from fidget.nvim
2 years ago
j-hui 711e5976dd init.lua: remove 'legacy' tag from fidget.nvim 2 years ago
Chris Patti fa94716dce
Merge pull request #502 from ShashwatAgrawal20/item-selection 2 years ago
Shashwat Agrawal af4f51b2cd fix(auto-completion): ensure first menu item is selected by default 2 years ago
Chris Patti a005f15cec
Merge pull request #495 from dam9000/pr-minor-cleanup
Minor cleanups
2 years ago
Damjan 9000 c8dd8e7e0c init.lua: minor edits of section comments for consistency 2 years ago
Damjan 9000 f23484cf88 init.lua: move diagnostic keymaps together with other keymaps 2 years ago
Chris Patti 47974f7db1
Merge pull request #494 from slara/master 2 years ago
Sebastian Lara Menares 1d14453024 Live Grep from Git root falls back to cwd on special buffers 2 years ago
Chris Patti bced1c2943
Merge pull request #492 from slara/master
add Telescope live_grep on Git root
2 years ago
Chris Patti 1c59dc28c8
Merge pull request #485 from n-a11s/patch-1
Differences in CMD and Powershell env variables.
2 years ago
Sebastian Lara Menares 5ce4f38e1e change keymap to not disrupt existing users of Search by Grep 2 years ago
Sebastian Lara Menares 0fda9af7c9 add Telescope live_grep on Git root 2 years ago
Chris Patti 29c77cd7e5
Merge pull request #486 from dam9000/pr-faq-single-file
README.md: Added a FAQ: why is init.lua a single file
2 years ago
Damjan 9000 1ad1ec2509 README.md: Added a FAQ: why is init.lua a single file 2 years ago
n-a11s 4d2cf48fb6
Update README.md
Added information on where to install if you use Powershell in windows. Since CMD and Powershell work differently.

`%userprofile%` only works for the CMD application.
`$env:USERPROFILE` works in Powershell.
2 years ago
Chris Patti 99acb843ac
Merge pull request #480 from dam9000/pr-faq-appname
README.md: add a note about NVIM_APPNAME in the FAQ section
2 years ago
Damjan 9000 0dd934ee01 README.md: add a note about NVIM_APPNAME in the FAQ section 2 years ago
Chris Patti a3f3e08f34
Merge pull request #479 from dam9000/update-readme-lazy-sync 2 years ago
Damjan 9000 68b1981f02 Update README Post Installation steps
Change the recommendation to just run nvim normally instead of the headless
mode for the first run. This will show Lazy UI updating the plugins which
would match what the video show and may be easier to understand what is going
on thant the silent headless run.
2 years ago
Chris Patti 9b256d9368
Merge pull request #467 from theopn/master
Use Telescope builtin functions for LSP definition and type definition
2 years ago
Theo P 5d8921990b feat(lsp): use Telescope builtin functions for LSP definition and type
definition
2 years ago
Chris Patti 0b659bd508
Merge pull request #462 from Alvaro-Kothe/fix-help-ibl
Fix help for indent-blankline plugin
2 years ago
Alvaro-Kothe db7189f35c Fix help for indent-blankline plugin
Since version 3 `:help indent_blankline` no longer works. Replace it
with `:help ibl`.
2 years ago
Chris Patti 58f2dbab70
Merge pull request #452 from AshrafMichail23/fix_bash_errors
Fix Treesitter bash errors when editing README.md
2 years ago
Chris Patti 9fe8b20f03
Merge pull request #458 from pedrosantayana/master
Simple misstype fix on README.md
2 years ago
Pedro Santayana c27b05467a
docs: fix misstype on README.md 2 years ago
Ashraf Michail 01ed2525bb Fix bash errors 2 years ago
Chris Patti 53e925240f
Merge pull request #456 from goatfiles/fix-diagnostic-errors
fix: remove spaces in empty lines
2 years ago
Chris Patti f70edeec1b
Merge pull request #455 from Anthony-Fiddes/fix-mason-setup
Fix Mason setup bug and run stylua
2 years ago
Anthony Fiddes 36224daa1b Move mason setup up further
This helps if a user needs to find a mason executable
2 years ago
amtoine 21b175d21b
remove spaces in empty lines 2 years ago