aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* feat: remove unnecessary "is_windows" local variable from settings.luapml682024-05-031-2/+1
* docs: add "--depth=1" to the installation commandpml682024-05-021-1/+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-292-4/+3
* 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-242-5/+4
* style: fix indenting part 2pml682024-04-248-35/+35
* style: fix indenting (hopefully)pml682024-04-241-150/+150
* feat: add some vim optionspml682024-04-242-6/+51
* feat: remove Silicon related keymapspml682024-04-171-2/+0
* feat, docs: remove nvim-silicon plugin (I don't use it)pml682024-04-163-2049/+3
* feat: add auto-indent remap, treesitter as code fold sourcepml682024-04-163-4/+7
* feat: switch to Rosé Pine themepml682024-04-162-7/+14
* refactor: remove unnecessary keybind, shorten vim optpml682024-04-132-2/+1
* feat: add VimTex, redo keymapspml682024-04-091-0/+5
* feat: add VimTex pluginpml682024-04-092-4/+13
* feat: remove ESC remap for closing terminalpml682024-04-051-1/+0
* feat: remove unused lua LSP workspace libraries, unused remappml682024-04-052-19/+10
* feat: add svelte parserpml682024-04-031-0/+1
* feat: add nvim-colorizer pluginpml682024-04-031-0/+12
* fix: MasonInstallAll commandpml682024-04-011-4/+4
* feat: Silicon shortcut works now, added C-x to exit terminal insert modepml682024-03-312-2/+2
* feat: add Elixir LSPpml682024-03-313-0/+5
* feat: add indent-blankline pluginpml682024-03-311-0/+8
* feat: set lazy loading for flutter-tools pluginpml682024-03-291-1/+1
* feat: add a few pyright options, enable treesitter highlighting by defaultpml682024-03-292-1/+13
* docs: I'm no Windows user(jk). Also, consistencypml682024-03-291-1/+1
* feat: add readme and some stuff I don't wanna type outpml682024-03-205-2/+2046
* feat: add crates.nvim and cmp-path pluginspml682024-03-202-17/+34
* refactor: remap Ex from CTRL-n to leader + epml682024-03-191-1/+1
* feat: remap a to % and r to R in Netrwpml682024-03-191-0/+15
* feat: add keymaps for moving in and out of terminalpml682024-03-191-0/+12
* feat: add line number keymapspml682024-03-191-0/+2