Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-23 | Fix the colorscheme issue on new installations | Abouzar Parvan | |
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-18 | Split plugin loading logic from the configuration (#796) | Luc Sinet | |
2021-07-18 | [Refactor] Make default keybindings configurable (#988) | kylo252 | |
2021-07-14 | Improve error message in lv-config file (#922) | hui.liu | |
2021-07-13 | protected call for formatter.nvim | christianchiarulli | |
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-11 | remove this autocommands | Chris | |
2021-07-11 | remove nvimtree statusline | christianchiarulli | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | refactor settings for hotswap | christianchiarulli | |
2021-07-09 | refactor plugin config | christianchiarulli | |
2021-07-09 | fix styling issues (#811) | Abouzar Parvan | |
2021-07-08 | call colorschemes only after they get installed (#798) | rebuilt | |
2021-07-07 | more lazy load be careful | christianchiarulli | |
2021-07-07 | refactoring whichkey | christianchiarulli | |
2021-07-07 | remove emmet and tailwind, need to put in lang specific files | Chris | |
2021-07-06 | dashboard autoconfig | christianchiarulli | |
2021-07-06 | you can now toggle format on and off on the fly! | christianchiarulli | |
2021-07-06 | Setup tailwindcss-ls (#729) | hui.liu | |
2021-07-05 | (feat) use neoformat as the defalt format option (#715) | Rafael | |
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | load keymaps before config | christianchiarulli | |
2021-07-04 | move colorscheme setting to settings | christianchiarulli | |
2021-07-02 | inline colorscheme config0.3.0 | Chris | |
2021-07-01 | lsp in ftplugin austonautomoy | christianchiarulli | |
2021-07-01 | fixes indenting by adding compe setup in autopairs config (#569) | rebuilt | |
2021-06-30 | lazyload telescope (#564) | kylo252 | |
* lazyload telescope * Update plugins.lua Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-06-30 | refactor autocommands | christianchiarulli | |
2021-06-30 | Colorscheme needs to be set after plugins have been installed (#556) | rebuilt | |
2021-06-29 | updates | Chris | |
2021-06-29 | added rust-tools thanks to bob3000 (#544) | Abouzar Parvan | |
* added rust-tools * require_plugin has been removed | |||
2021-06-29 | Fix elixir spelling (#546) | Lee Marlow | |
2021-06-28 | bug fixes | christianchiarulli | |
2021-06-28 | more lazyload | christianchiarulli | |
2021-06-28 | less vimscript | christianchiarulli | |
2021-06-28 | you now need to activate your language | christianchiarulli | |
2021-06-28 | config overhaul | christianchiarulli | |
2021-06-28 | more lazyload | christianchiarulli | |
2021-06-28 | updates | christianchiarulli | |
2021-06-27 | use start now, for more speed | christianchiarulli | |
2021-06-27 | update configuration | Chris | |
2021-06-27 | removing plugins increasing speed by 100%, still needs more work | Chris | |
2021-06-26 | move whichkey config to whichkey config file | christianchiarulli | |
2021-06-26 | Updated where leader key is set and made var in lv-settings (#474) | Ian S. Pringle | |
- Setting leader-key in the init.lua file. You want to set the leader as soon as possible so that it's the same everywhere. With the leader being set in the lua/lv-which-key/init.lua it resulted in mappings that used `<leader>` in the lua/keymappings.lua mapping the the defualt leader-key of `\` - Added the O.leader_key to the lv-settings.lua file so the leader-key can be set there, which seems to make more sense. - Added handling for when the leader-key is `<Space>`. This could be made more robust to include other special keys, but I don't think many/any of the other special keys would be used as a leader-key (ie <BS>, <CR>, <Tab>, <Esc>, <Up|Down|Right|Left>, etc.) Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-06-26 | Add Vimtex for Latex support (#512) | Luc Sinet | |
* Add vimtex plugin Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex. Zathura is used as default pdf viewer as it allows live reloading. * Provide the <leader>L shortcut for Latex operations. * Move vimtex into the extra plugins section Add a short comment above extra plugins to introduce their functionality * Only define whcihKey mapping for Vimtex if O.extras is true Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-06-26 | Cleanup duplicate lines and whitespace (#525) | tafryn | |
2021-06-26 | Fix spectre (#520) | Luc Sinet | |
* Correctly require Spectre plugin. Configure backslash as key for interacting with spectre's results. * Refactor + add Spectre mapping Map all keys using the mapping variables. Explicitly specify virtual mappings. * Remove already prepended character from mapping keys Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-06-26 | feat(java): Replace the current custom installation of java, with lspinstall ↵ | Marek Filipowicz | |
(#517) |