summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2021-07-09fix styling issues (#811)Abouzar Parvan
2021-07-08call colorschemes only after they get installed (#798)rebuilt
2021-07-07more lazy load be carefulchristianchiarulli
2021-07-07refactoring whichkeychristianchiarulli
2021-07-07remove emmet and tailwind, need to put in lang specific filesChris
2021-07-06dashboard autoconfigchristianchiarulli
2021-07-06you can now toggle format on and off on the fly!christianchiarulli
2021-07-06Setup tailwindcss-ls (#729)hui.liu
2021-07-05(feat) use neoformat as the defalt format option (#715)Rafael
2021-07-04start formatting rulesRafael
2021-07-04load keymaps before configchristianchiarulli
2021-07-04move colorscheme setting to settingschristianchiarulli
2021-07-02inline colorscheme config0.3.0Chris
2021-07-01lsp in ftplugin austonautomoychristianchiarulli
2021-07-01fixes indenting by adding compe setup in autopairs config (#569)rebuilt
2021-06-30lazyload telescope (#564)kylo252
* lazyload telescope * Update plugins.lua Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-30refactor autocommandschristianchiarulli
2021-06-30Colorscheme needs to be set after plugins have been installed (#556)rebuilt
2021-06-29updatesChris
2021-06-29added rust-tools thanks to bob3000 (#544)Abouzar Parvan
* added rust-tools * require_plugin has been removed
2021-06-29Fix elixir spelling (#546)Lee Marlow
2021-06-28bug fixeschristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28less vimscriptchristianchiarulli
2021-06-28you now need to activate your languagechristianchiarulli
2021-06-28config overhaulchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28updateschristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-27update configurationChris
2021-06-27removing plugins increasing speed by 100%, still needs more workChris
2021-06-26move whichkey config to whichkey config filechristianchiarulli
2021-06-26Updated 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-26Add 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-26Cleanup duplicate lines and whitespace (#525)tafryn
2021-06-26Fix 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-26feat(java): Replace the current custom installation of java, with lspinstall ↵Marek Filipowicz
(#517)
2021-06-18Set vim-matchup options before plugin configuration (#506)tafryn
Several of the vim-matchup options don't take effect unless they are set before the plugin is required.
2021-06-04LSP config of cmake (#455)wcsjdzz
Co-authored-by: zhongzedu <[email protected]>
2021-06-02Add symbols outline plugin. (#451)dario
2021-05-30new plugin updateschristianchiarulli
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-25Support different config paths (#426)Amandus Søve Thorsrud
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-18moved the including of lv-settings to above the settings so local settings ↵Kyle Stubblefield
configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396)
2021-05-17added support for elixir (#403)iToXiQ
2021-05-14Enable netrw (#394)rmagillxyz
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled. If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work. * enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
2021-05-11Add Elm support (#386)Andrés Otárola
* Add Elm support See: https://github.com/kabouzeid/nvim-lspinstall/pull/51 * remove comment
2021-05-06Fix: Nvimtree navigation re-enabled by requiring it before colorschemes (#368)rebuilt
2021-05-04Improvements (#361)Junliang Yan
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally
2021-05-02rollback breaking changesChris