aboutsummaryrefslogtreecommitdiff
path: root/init.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-19feat: replace nvim-colorizer with nvim-highlight-colorspml681-7/+3
2024-05-15feat: add yaml parser to ensure_installed list of treesitterpml681-0/+1
2024-05-12fix: completion not working due to VimTeXpml682-2/+1
2024-05-08feat: add 2 new remapspml681-0/+2
2024-05-07fix: asm_lsp not working and VimTeX not loadingpml682-0/+4
2024-05-06feat: set o.mouse to ""pml681-0/+2
2024-05-04feat: add asm-lsp to mason list and LSP configurationpml683-1/+4
2024-05-04feat: enable lazy caching, disable some rtp plugins, disable Rosé Pine italics,pml682-5/+22
set lazy to true by default
2024-05-03feat: remove unnecessary "is_windows" local variable from settings.luapml681-2/+1
2024-05-02docs: add "--depth=1" to the installation commandpml681-1/+1
2024-05-02refactor: minor things(lua_ls and cmp opts)pml682-10/+13
2024-05-02chore: change most lsp settings files' modes from executable(755) to normal(666)pml685-0/+0
2024-05-02feat: add J and K keymaps for moving selected code lower or higherpml681-0/+2
2024-05-02refactor: move around some keymapspml681-16/+16
2024-05-02feat: remove lazygit term, get **best possible** startup time down to 16mspml684-47/+30
2024-05-01fix: remove accidental User FilePost events causing plugins to never loadpml682-3/+6
2024-05-01feat: optimize lazy loading of plugins (110ms -> 40ms)pml681-4/+7
2024-04-29refactor: delete /lua/pml68/init.lua, put require statements in /init.luapml682-4/+3
2024-04-29refactor: create discrete lua file for vim.o and vim.g settingspml682-30/+30
2024-04-29feat: disable scrollbar for nvim-cmp, add cmp-buffer plugin and sourcepml682-1/+4
2024-04-28feat: map Esc in normal mode to :nohlpml681-0/+3
2024-04-28feat: change LSP code action from F4 to gcpml681-1/+1
2024-04-28style: formattingpml686-40/+40
2024-04-27feat: add git related things to nvim-treesitter's "ensure_installed" arraypml681-0/+3
2024-04-27feat: remove codelldb from Mason's "ensure_installed" arraypml681-1/+0
2024-04-27style: delete empty lines (????)pml681-31/+0
2024-04-26feat: remove DAP related code, since I don't use a debuggerpml682-48/+0
2024-04-26feat: disable vim.opt.swapfilepml681-0/+2
2024-04-25feat: add helium-neovim pluginpml682-2/+12
2024-04-24feat: add screenkey.nvim plugin + <leader>sk remappml682-0/+9
2024-04-24feat: automatically install Mason extras on first runpml682-5/+4
2024-04-24style: fix indenting part 2pml688-35/+35
2024-04-24style: fix indenting (hopefully)pml681-150/+150
2024-04-24feat: add some vim optionspml682-6/+51
2024-04-17feat: remove Silicon related keymapspml681-2/+0
2024-04-16feat, docs: remove nvim-silicon plugin (I don't use it)pml683-2049/+3
2024-04-16feat: add auto-indent remap, treesitter as code fold sourcepml683-4/+7
2024-04-16feat: switch to Rosé Pine themepml682-7/+14
2024-04-13refactor: remove unnecessary keybind, shorten vim optpml682-2/+1
2024-04-09feat: add VimTex, redo keymapspml681-0/+5
2024-04-09feat: add VimTex pluginpml682-4/+13
2024-04-05feat: remove ESC remap for closing terminalpml681-1/+0
2024-04-05feat: remove unused lua LSP workspace libraries, unused remappml682-19/+10
2024-04-03feat: add svelte parserpml681-0/+1
2024-04-03feat: add nvim-colorizer pluginpml681-0/+12
2024-04-01fix: MasonInstallAll commandpml681-4/+4
2024-03-31feat: Silicon shortcut works now, added C-x to exit terminal insert modepml682-2/+2
2024-03-31feat: add Elixir LSPpml683-0/+5
2024-03-31feat: add indent-blankline pluginpml681-0/+8
2024-03-29feat: set lazy loading for flutter-tools pluginpml681-1/+1