Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | added support for elixir (#403) | iToXiQ | |
2021-05-14 | Enable 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-12 | fix pip install on Arch Linux (#390) | Micael Viana | |
2021-05-11 | Add Elm support (#386) | Andrés Otárola | |
* Add Elm support See: https://github.com/kabouzeid/nvim-lspinstall/pull/51 * remove comment | |||
2021-05-09 | Fix packer and nvim already installed check (#382) | Simon Fontana Oscarsson | |
It was not possible to install LunarVim if these programs were already installed. The check is syntactically incorrect and will always return non-0 status, and the installer always continued with installing packer and nvim. This failed with an error: "fatal: destination path 'REDACTED/packer.nvim' already exists and is not an empty directory." Correct the syntax error by checking if the file exists. | |||
2021-05-09 | Use os-release file to check Ubuntu distro (#381) | Simon Fontana Oscarsson | |
Previous check uname -a does not work if user has changed kernel. Use os-release for true operating system identification. | |||
2021-05-07 | Fix Vue LSP (#378) | Brymer Meneses | |
2021-05-06 | fix expandtab (#373) | dklymenk | |
* fix expandtab * fix expandtab | |||
2021-05-06 | make timeoutlen configurable | Chris | |
2021-05-06 | remove old emmet | Chris | |
2021-05-06 | Fix: Nvimtree navigation re-enabled by requiring it before colorschemes (#368) | rebuilt | |
2021-05-05 | Add default lsp settings (#364) | Andrew Fridley | |
- for virtual text prefix and spacing - for signs - for underline | |||
2021-05-04 | fix LunarVim logo | christianchiarulli | |
2021-05-04 | ✨ Change dashboard header and footer by user (#363) | Francisco Suárez | |
* :sparkles: ability to change dashboard header and footer. * :sparkles: lv-settings adapted. * comment to keep original one by default. | |||
2021-05-04 | adding a missing space on icon. (#362) | Francisco Suárez | |
2021-05-04 | Improvements (#361) | Junliang Yan | |
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally | |||
2021-05-04 | Fix: makes autopairs filetype specific rules work (#357) | rebuilt | |
2021-05-04 | Documentation: Added example configuration section. Added file location of ↵ | rebuilt | |
additional keymappings. Added link to neovim plugins (#360) | |||
2021-05-03 | feature: adds git keymappings built in to Telescope: git_status, ↵ | rebuilt | |
git_branches, git_commits, git_bcommits (#350) | |||
2021-05-03 | Implement fzy native to speed up telescope (#330) | Andrew Fridley | |
* impliment fzy-native * match pattern | |||
2021-05-03 | Improve LSP Icons (#331) | Andrew Fridley | |
2021-05-03 | ✨ Python analysis options (pyright) (#352) | Francisco Suárez | |
2021-05-02 | rollback breaking changes | Chris | |
2021-05-02 | Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)" | Chris | |
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1. | |||
2021-05-02 | Adds the ability to toggle on/off whichkey and dashboard (#337) | rebuilt | |
2021-05-02 | corrected label for whichkey action. Changed 'file' to 'Change branch' (#334) | rebuilt | |
2021-05-02 | Added section: Uninstalling. Added links to plugins (#326) | rebuilt | |
2021-05-02 | Readd Keybinding to go to normal mode. (#345) | Ferran Sulaiman | |
* Fix Autopairs Not working issue using Treesitter * Readd keybindings to go to normal mode from insert mode | |||
2021-05-02 | Added section: Colorschemes (#343) | rebuilt | |
2021-04-29 | add angular lsp (#322) | ptethng | |
Co-authored-by: ptethng <[email protected]> | |||
2021-04-29 | Fixed possible typo (#324) | Enzo Di Tizio | |
Fixing possible typo on the `oneDarkPro` theme name. | |||
2021-04-29 | Adds sections to Readme (#321) | rebuilt | |
* Added sections: What's included?, Getting Started, Useful Commands for troubleshooting. Added table of contents * Updates readme. Adds sections: Installing plugins, Using Packer, Lsp errors | |||
2021-04-29 | Typescript (#311) | rebuilt | |
* Add typescript formatting support * make sure vue is in the list of filetypes * Add typescriptreact formatting | |||
2021-04-29 | update no highlight description | christianchiarulli | |
2021-04-29 | remove old whichkey reference | christianchiarulli | |
2021-04-29 | formatting | christianchiarulli | |
2021-04-29 | Added sections: What's included?, Getting Started, Useful Commands for ↵ | rebuilt | |
troubleshooting. Added table of contents (#317) | |||
2021-04-29 | Fix Autopairs Not working issue using Treesitter (#315) | Ferran Sulaiman | |
2021-04-29 | update vscode config | christianchiarulli | |
2021-04-29 | lua based whichkey | christianchiarulli | |
2021-04-28 | Vue (#310) | rebuilt | |
2021-04-27 | update snippet symbol | christianchiarulli | |
2021-04-27 | improve completion | christianchiarulli | |
2021-04-27 | adds vue language server support (#303) | rebuilt | |
2021-04-27 | Add autoformatting for ruby (#305) | rebuilt | |
2021-04-27 | Add compatibility with Artix Linux (Arch derivative) (#306) | yibaba | |
2021-04-26 | Gopls fixed. Root dir was causing problem (#289) | Shubham Pawar | |
2021-04-21 | Minor fixes (#287) | shinu_donney | |
* Fix a typo * Update a faulty comment | |||
2021-04-20 | Prefer xclip over xsel (#275) | evakuator | |
Neovim recommends using xclip over xsel: https://github.com/neovim/neovim/pull/9302 | |||
2021-04-19 | update telescope prompt | christianchiarulli | |