summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2023-12-24feat: formatting keybindDavid Luevano Alvarado
2023-12-24feat: add null-ls and configure, disabled for nowDavid Luevano Alvarado
2023-12-24refactor: rename lsp to lspconfigDavid Luevano Alvarado
2023-12-19fix autocomplete usageDavid Luevano Alvarado
2023-10-08fix: migrate ibl to v3David Luevano Alvarado
2023-08-27feat: add tab navigation keybinds, refactor which-key settingsDavid Luevano Alvarado
2023-08-26chore: update neotree config due to migrationDavid Luevano Alvarado
2023-08-26feat: add neovim-qt support (windows) and .editorconfigDavid Luevano Alvarado
2023-08-23add gdscript supportDavid Luevano Alvarado
2023-08-21add split navigation kbDavid Luevano Alvarado
2023-08-21add folding, change colorschemeDavid Luevano Alvarado
2023-08-19feat: add markdown hl and extra languagesDavid Luevano Alvarado
2023-06-20chore: add legacy tag as fidget will be rewrittenDavid Luevano Alvarado
2023-06-10add sources (tabs) for neo treeDavid Luevano Alvarado
2023-06-09add tabline to lualineDavid Luevano Alvarado
2023-06-06fine tune settings, lualine now looks like power/air lineDavid Luevano Alvarado
2023-06-06fix mason wasn't getting setup, now it autoinstalls and fidget also worksDavid Luevano Alvarado
2023-06-06change keymaps for treesitter, need more tweakingDavid Luevano Alvarado
2023-06-06fix treesitter not working because config was not setDavid Luevano Alvarado
2023-06-04final changes from kickstart.nvim, moved sets and remaps to separatefiles, re...David Luevano Alvarado
2023-06-04add undotreeDavid Luevano Alvarado
2023-06-04add lsp stuffDavid Luevano Alvarado
2023-06-04merge(fix): changes from original repo (nvim-lua/kickstart.nvim@cdaa750c86cfc...David Luevano Alvarado
2023-06-04finish separating up the plugins, in generalDavid Luevano Alvarado
2023-06-04rename lspconfigDavid Luevano Alvarado
2023-06-04decouple more config into separate files, move stuff into lspDavid Luevano Alvarado
2023-06-03move lspconfig to independent file, still need to move more related configDavid Luevano Alvarado
2023-06-03move treesitter to independent fileDavid Luevano Alvarado
2023-06-03minor tweaksDavid Luevano Alvarado
2023-06-03move some mappings into telescope config, separate fzfDavid Luevano Alvarado
2023-06-03change colorscheme management, use draculaDavid Luevano Alvarado
2023-06-03move lualine and the colorscheme out of init, add neo treeDavid Luevano Alvarado
2023-06-03initial plugins move to plugins dirDavid Luevano Alvarado
2023-04-26Added disconnect emoji for nvim-dap-uiKeiwan Jamaly
2023-04-24Dapui.toggle is addedSamPosh
2023-04-12mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle
2023-02-17feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries