index
:
nvim
main
nvim configuration which started from nvim-lua/kickstart.nvim.
luevano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
Age
Commit message (
Expand
)
Author
2023-06-06
change keymaps for treesitter, need more tweaking
David Luevano Alvarado
2023-06-06
fix treesitter not working because config was not set
David Luevano Alvarado
2023-06-04
final changes from kickstart.nvim, moved sets and remaps to separatefiles, re...
David Luevano Alvarado
2023-06-04
add undotree
David Luevano Alvarado
2023-06-04
add lsp stuff
David Luevano Alvarado
2023-06-04
merge(fix): changes from original repo (nvim-lua/kickstart.nvim@cdaa750c86cfc...
David Luevano Alvarado
2023-06-04
finish separating up the plugins, in general
David Luevano Alvarado
2023-06-04
rename lspconfig
David Luevano Alvarado
2023-06-04
decouple more config into separate files, move stuff into lsp
David Luevano Alvarado
2023-06-03
move lspconfig to independent file, still need to move more related config
David Luevano Alvarado
2023-06-03
move treesitter to independent file
David Luevano Alvarado
2023-06-03
minor tweaks
David Luevano Alvarado
2023-06-03
move some mappings into telescope config, separate fzf
David Luevano Alvarado
2023-06-03
change colorscheme management, use dracula
David Luevano Alvarado
2023-06-03
move lualine and the colorscheme out of init, add neo tree
David Luevano Alvarado
2023-06-03
initial plugins move to plugins dir
David Luevano Alvarado
2023-04-26
Added disconnect emoji for nvim-dap-ui
Keiwan Jamaly
2023-04-24
Dapui.toggle is added
SamPosh
2023-04-12
mason nvim dap 2.0 removed setup_handlers() (#258)
Kai Windle
2023-02-17
feat: move to lazy.nvim package manager and add first plugins (#178)
TJ DeVries