| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | feat: add keybinds to insert single character from normal mode | pml68 | 2024-07-06 | 1 | -0/+2 |
| * | feat: remove image.nvim | pml68 | 2024-07-01 | 1 | -32/+0 |
| * | fix: plugins not loading when opening non-existent (new) file | pml68 | 2024-06-26 | 1 | -6/+6 |
| * | feat: only load guard.nvim for C, C++ and JSON | pml68 | 2024-06-25 | 1 | -2/+2 |
| * | feat(Oil): add some config options | pml68 | 2024-06-14 | 1 | -0/+6 |
| * | feat: add NStefan002/visual-surround.nvim | pml68 | 2024-06-10 | 1 | -0/+6 |
| * | feat: enable color highlighting for tailwind classes | pml68 | 2024-06-10 | 1 | -1/+2 |
| * | docs: add comment for image.nvim plugin | pml68 | 2024-06-09 | 1 | -0/+1 |
| * | feat: add keymap to append semicolon at EOL | pml68 | 2024-06-05 | 1 | -0/+9 |
| * | feat(Oil): add float options, change <leader>e to open in floating mode | pml68 | 2024-06-04 | 4 | -1/+14 |
| * | feat(image.nvim): set only_render_image_at_cursor to true | pml68 | 2024-05-30 | 1 | -9/+10 |
| * | feat: remove toggleterm plugin | pml68 | 2024-05-30 | 2 | -48/+15 |
| * | feat: add image.nvim and disable folds by default | pml68 | 2024-05-30 | 2 | -0/+31 |
| * | feat: add vim-tmux-navigator | pml68 | 2024-05-30 | 2 | -1/+11 |
| * | feat: set conceallevel to 2 and mouse to a | pml68 | 2024-05-29 | 1 | -1/+3 |
| * | feat: disable cursorline | pml68 | 2024-05-29 | 1 | -0/+1 |
| * | feat: remove nvim-web-devicons | pml68 | 2024-05-28 | 1 | -2/+0 |
| * | feat: switch from netrw to oil.nvim | pml68 | 2024-05-28 | 4 | -7/+21 |
| * | feat: remove UndoTree and fugitive.vim plugins | pml68 | 2024-05-22 | 2 | -23/+2 |
| * | feat: remove unnecessary LuaSnip and friendly-snippets plugins | pml68 | 2024-05-22 | 2 | -9/+0 |
| * | feat: add osc52 to disabled plugins list in lazy config | pml68 | 2024-05-20 | 1 | -0/+1 |
| * | feat: remove any dart, flutter and elixir related plugins, LSPs etc. | pml68 | 2024-05-20 | 4 | -16/+0 |
| * | refactor: remove garbage code | pml68 | 2024-05-20 | 1 | -6/+1 |
| * | feat: add remap for toggling inlay hints | pml68 | 2024-05-20 | 2 | -2/+9 |
| * | feat: change nvim-highlight-colors render mode to 'virtual' | pml68 | 2024-05-19 | 1 | -1/+3 |
| * | feat: replace nvim-colorizer with nvim-highlight-colors | pml68 | 2024-05-19 | 1 | -7/+3 |
| * | feat: add yaml parser to ensure_installed list of treesitter | pml68 | 2024-05-15 | 1 | -0/+1 |
| * | fix: completion not working due to VimTeX | pml68 | 2024-05-12 | 2 | -2/+1 |
| * | feat: add 2 new remaps | pml68 | 2024-05-08 | 1 | -0/+2 |
| * | fix: asm_lsp not working and VimTeX not loading | pml68 | 2024-05-07 | 2 | -0/+4 |
| * | feat: set o.mouse to "" | pml68 | 2024-05-06 | 1 | -0/+2 |
| * | feat: add asm-lsp to mason list and LSP configuration | pml68 | 2024-05-04 | 3 | -1/+4 |
| * | feat: enable lazy caching, disable some rtp plugins, disable Rosé Pine italics, | pml68 | 2024-05-04 | 2 | -5/+22 |
| * | feat: remove unnecessary "is_windows" local variable from settings.lua | pml68 | 2024-05-03 | 1 | -2/+1 |
| * | refactor: minor things(lua_ls and cmp opts) | pml68 | 2024-05-02 | 2 | -10/+13 |
| * | chore: change most lsp settings files' modes from executable(755) to normal(666) | pml68 | 2024-05-02 | 5 | -0/+0 |
| * | feat: add J and K keymaps for moving selected code lower or higher | pml68 | 2024-05-02 | 1 | -0/+2 |
| * | refactor: move around some keymaps | pml68 | 2024-05-02 | 1 | -16/+16 |
| * | feat: remove lazygit term, get **best possible** startup time down to 16ms | pml68 | 2024-05-02 | 4 | -47/+30 |
| * | fix: remove accidental User FilePost events causing plugins to never load | pml68 | 2024-05-01 | 2 | -3/+6 |
| * | feat: optimize lazy loading of plugins (110ms -> 40ms) | pml68 | 2024-05-01 | 1 | -4/+7 |
| * | refactor: delete /lua/pml68/init.lua, put require statements in /init.lua | pml68 | 2024-04-29 | 1 | -3/+0 |
| * | refactor: create discrete lua file for vim.o and vim.g settings | pml68 | 2024-04-29 | 2 | -30/+30 |
| * | feat: disable scrollbar for nvim-cmp, add cmp-buffer plugin and source | pml68 | 2024-04-29 | 2 | -1/+4 |
| * | feat: map Esc in normal mode to :nohl | pml68 | 2024-04-28 | 1 | -0/+3 |
| * | feat: change LSP code action from F4 to gc | pml68 | 2024-04-28 | 1 | -1/+1 |
| * | style: formatting | pml68 | 2024-04-28 | 6 | -40/+40 |
| * | feat: add git related things to nvim-treesitter's "ensure_installed" array | pml68 | 2024-04-27 | 1 | -0/+3 |
| * | feat: remove codelldb from Mason's "ensure_installed" array | pml68 | 2024-04-27 | 1 | -1/+0 |
| * | style: delete empty lines (????) | pml68 | 2024-04-27 | 1 | -31/+0 |