aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* docs: add comment for image.nvim pluginpml682024-06-091-0/+1
* feat: add keymap to append semicolon at EOLpml682024-06-051-0/+9
* feat(Oil): add float options, change <leader>e to open in floating modepml682024-06-044-1/+14
* feat(image.nvim): set only_render_image_at_cursor to truepml682024-05-301-9/+10
* feat: remove toggleterm pluginpml682024-05-302-48/+15
* feat: add image.nvim and disable folds by defaultpml682024-05-302-0/+31
* feat: add vim-tmux-navigatorpml682024-05-302-1/+11
* feat: set conceallevel to 2 and mouse to apml682024-05-291-1/+3
* feat: disable cursorlinepml682024-05-291-0/+1
* feat: remove nvim-web-deviconspml682024-05-281-2/+0
* feat: switch from netrw to oil.nvimpml682024-05-284-7/+21
* feat: remove UndoTree and fugitive.vim pluginspml682024-05-222-23/+2
* feat: remove unnecessary LuaSnip and friendly-snippets pluginspml682024-05-222-9/+0
* feat: add osc52 to disabled plugins list in lazy configpml682024-05-201-0/+1
* feat: remove any dart, flutter and elixir related plugins, LSPs etc.pml682024-05-204-16/+0
* refactor: remove garbage codepml682024-05-201-6/+1
* feat: add remap for toggling inlay hintspml682024-05-202-2/+9
* feat: change nvim-highlight-colors render mode to 'virtual'pml682024-05-191-1/+3
* feat: replace nvim-colorizer with nvim-highlight-colorspml682024-05-191-7/+3
* feat: add yaml parser to ensure_installed list of treesitterpml682024-05-151-0/+1
* fix: completion not working due to VimTeXpml682024-05-122-2/+1
* feat: add 2 new remapspml682024-05-081-0/+2
* fix: asm_lsp not working and VimTeX not loadingpml682024-05-072-0/+4
* feat: set o.mouse to ""pml682024-05-061-0/+2
* feat: add asm-lsp to mason list and LSP configurationpml682024-05-043-1/+4
* feat: enable lazy caching, disable some rtp plugins, disable Rosé Pine italics,pml682024-05-042-5/+22
* feat: remove unnecessary "is_windows" local variable from settings.luapml682024-05-031-2/+1
* refactor: minor things(lua_ls and cmp opts)pml682024-05-022-10/+13
* chore: change most lsp settings files' modes from executable(755) to normal(666)pml682024-05-025-0/+0
* feat: add J and K keymaps for moving selected code lower or higherpml682024-05-021-0/+2
* refactor: move around some keymapspml682024-05-021-16/+16
* feat: remove lazygit term, get **best possible** startup time down to 16mspml682024-05-024-47/+30
* fix: remove accidental User FilePost events causing plugins to never loadpml682024-05-012-3/+6
* feat: optimize lazy loading of plugins (110ms -> 40ms)pml682024-05-011-4/+7
* refactor: delete /lua/pml68/init.lua, put require statements in /init.luapml682024-04-291-3/+0
* refactor: create discrete lua file for vim.o and vim.g settingspml682024-04-292-30/+30
* feat: disable scrollbar for nvim-cmp, add cmp-buffer plugin and sourcepml682024-04-292-1/+4
* feat: map Esc in normal mode to :nohlpml682024-04-281-0/+3
* feat: change LSP code action from F4 to gcpml682024-04-281-1/+1
* style: formattingpml682024-04-286-40/+40
* feat: add git related things to nvim-treesitter's "ensure_installed" arraypml682024-04-271-0/+3
* feat: remove codelldb from Mason's "ensure_installed" arraypml682024-04-271-1/+0
* style: delete empty lines (????)pml682024-04-271-31/+0
* feat: remove DAP related code, since I don't use a debuggerpml682024-04-262-48/+0
* feat: disable vim.opt.swapfilepml682024-04-261-0/+2
* feat: add helium-neovim pluginpml682024-04-252-2/+12
* feat: add screenkey.nvim plugin + <leader>sk remappml682024-04-242-0/+9
* feat: automatically install Mason extras on first runpml682024-04-241-2/+3
* style: fix indenting part 2pml682024-04-248-35/+35
* style: fix indenting (hopefully)pml682024-04-241-150/+150