| Commit message (Expand) | Author | Files | Lines |
| 2024-06-04 | feat(Oil): add float options, change <leader>e to open in floating mode | pml68 | 1 | -0/+9 |
| 2024-05-30 | feat(image.nvim): set only_render_image_at_cursor to true | pml68 | 1 | -9/+10 |
| 2024-05-30 | docs: add image.nvim instructions to README | pml68 | 1 | -1/+14 |
| 2024-05-30 | feat: remove toggleterm plugin | pml68 | 2 | -48/+15 |
| 2024-05-30 | feat: add image.nvim and disable folds by default | pml68 | 2 | -0/+31 |
| 2024-05-30 | feat: add vim-tmux-navigator | pml68 | 2 | -1/+11 |
| 2024-05-29 | feat: set conceallevel to 2 and mouse to a | pml68 | 1 | -1/+3 |
| 2024-05-29 | feat: disable cursorline | pml68 | 1 | -0/+1 |
| 2024-05-28 | feat: remove nvim-web-devicons | pml68 | 1 | -2/+0 |
| 2024-05-28 | feat: switch from netrw to oil.nvim | pml68 | 4 | -7/+21 |
| 2024-05-22 | feat: remove UndoTree and fugitive.vim plugins | pml68 | 2 | -23/+2 |
| 2024-05-22 | feat: remove unnecessary LuaSnip and friendly-snippets plugins | pml68 | 2 | -9/+0 |
| 2024-05-20 | feat: add osc52 to disabled plugins list in lazy config | pml68 | 1 | -0/+1 |
| 2024-05-20 | feat: remove any dart, flutter and elixir related plugins, LSPs etc. | pml68 | 4 | -16/+0 |
| 2024-05-20 | refactor: remove garbage code | pml68 | 1 | -6/+1 |
| 2024-05-20 | feat: add remap for toggling inlay hints | pml68 | 2 | -2/+9 |
| 2024-05-19 | feat: change nvim-highlight-colors render mode to 'virtual' | pml68 | 1 | -1/+3 |
| 2024-05-19 | feat: replace nvim-colorizer with nvim-highlight-colors | pml68 | 1 | -7/+3 |
| 2024-05-15 | feat: add yaml parser to ensure_installed list of treesitter | pml68 | 1 | -0/+1 |
| 2024-05-12 | fix: completion not working due to VimTeX | pml68 | 2 | -2/+1 |
| 2024-05-08 | feat: add 2 new remaps | pml68 | 1 | -0/+2 |
| 2024-05-07 | fix: asm_lsp not working and VimTeX not loading | pml68 | 2 | -0/+4 |
| 2024-05-06 | feat: set o.mouse to "" | pml68 | 1 | -0/+2 |
| 2024-05-04 | feat: add asm-lsp to mason list and LSP configuration | pml68 | 3 | -1/+4 |
| 2024-05-04 | feat: enable lazy caching, disable some rtp plugins, disable Rosé Pine italics, | pml68 | 2 | -5/+22 |
| 2024-05-03 | feat: remove unnecessary "is_windows" local variable from settings.lua | pml68 | 1 | -2/+1 |
| 2024-05-02 | docs: add "--depth=1" to the installation command | pml68 | 1 | -1/+1 |
| 2024-05-02 | refactor: minor things(lua_ls and cmp opts) | pml68 | 2 | -10/+13 |
| 2024-05-02 | chore: change most lsp settings files' modes from executable(755) to normal(666) | pml68 | 5 | -0/+0 |
| 2024-05-02 | feat: add J and K keymaps for moving selected code lower or higher | pml68 | 1 | -0/+2 |
| 2024-05-02 | refactor: move around some keymaps | pml68 | 1 | -16/+16 |
| 2024-05-02 | feat: remove lazygit term, get **best possible** startup time down to 16ms | pml68 | 4 | -47/+30 |
| 2024-05-01 | fix: remove accidental User FilePost events causing plugins to never load | pml68 | 2 | -3/+6 |
| 2024-05-01 | feat: optimize lazy loading of plugins (110ms -> 40ms) | pml68 | 1 | -4/+7 |
| 2024-04-29 | refactor: delete /lua/pml68/init.lua, put require statements in /init.lua | pml68 | 2 | -4/+3 |
| 2024-04-29 | refactor: create discrete lua file for vim.o and vim.g settings | pml68 | 2 | -30/+30 |
| 2024-04-29 | feat: disable scrollbar for nvim-cmp, add cmp-buffer plugin and source | pml68 | 2 | -1/+4 |
| 2024-04-28 | feat: map Esc in normal mode to :nohl | pml68 | 1 | -0/+3 |
| 2024-04-28 | feat: change LSP code action from F4 to gc | pml68 | 1 | -1/+1 |
| 2024-04-28 | style: formatting | pml68 | 6 | -40/+40 |
| 2024-04-27 | feat: add git related things to nvim-treesitter's "ensure_installed" array | pml68 | 1 | -0/+3 |
| 2024-04-27 | feat: remove codelldb from Mason's "ensure_installed" array | pml68 | 1 | -1/+0 |
| 2024-04-27 | style: delete empty lines (????) | pml68 | 1 | -31/+0 |
| 2024-04-26 | feat: remove DAP related code, since I don't use a debugger | pml68 | 2 | -48/+0 |
| 2024-04-26 | feat: disable vim.opt.swapfile | pml68 | 1 | -0/+2 |
| 2024-04-25 | feat: add helium-neovim plugin | pml68 | 2 | -2/+12 |
| 2024-04-24 | feat: add screenkey.nvim plugin + <leader>sk remap | pml68 | 2 | -0/+9 |
| 2024-04-24 | feat: automatically install Mason extras on first run | pml68 | 2 | -5/+4 |
| 2024-04-24 | style: fix indenting part 2 | pml68 | 8 | -35/+35 |
| 2024-04-24 | style: fix indenting (hopefully) | pml68 | 1 | -150/+150 |