Commit graph

732 commits

Author SHA1 Message Date
Andrés Otárola
da0d2dbabe
Add Elm support (#386)
* Add Elm support

See: https://github.com/kabouzeid/nvim-lspinstall/pull/51

* remove comment
2021-05-11 15:34:36 -04:00
Simon Fontana Oscarsson
cce4f50e76
Fix packer and nvim already installed check (#382)
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 11:22:46 -04:00
Simon Fontana Oscarsson
123dfca594
Use os-release file to check Ubuntu distro (#381)
Previous check uname -a does not work if user has changed kernel.
Use os-release for true operating system identification.
2021-05-09 11:22:29 -04:00
Brymer Meneses
4de1cb5a57
Fix Vue LSP (#378) 2021-05-07 17:23:35 -04:00
dklymenk
40ba88dda2
fix expandtab (#373)
* fix expandtab

* fix expandtab
2021-05-06 22:52:50 -04:00
Chris
e93dbcf7ae make timeoutlen configurable 2021-05-06 02:23:33 -04:00
Chris
c486fd1175 remove old emmet 2021-05-06 02:23:20 -04:00
rebuilt
d01e6e819f
Fix: Nvimtree navigation re-enabled by requiring it before colorschemes (#368) 2021-05-06 02:17:49 -04:00
Andrew Fridley
5660dfe4ea
Add default lsp settings (#364)
- for virtual text prefix and spacing
- for signs
- for underline
2021-05-05 00:40:09 -04:00
christianchiarulli
9ad54d4e94 fix LunarVim logo 2021-05-04 22:04:22 -04:00
Francisco Suárez
db2b17be72
Change dashboard header and footer by user (#363)
*  ability to change dashboard header and footer.

*  lv-settings adapted.

* comment to keep original one by default.
2021-05-04 22:02:55 -04:00
Francisco Suárez
d4a3e948a0
adding a missing space on icon. (#362) 2021-05-04 22:02:10 -04:00
Junliang Yan
7c71f0f498
Improvements (#361)
* Swap setting and lv-setting order to allow customization to preserve

* Swap Left/Right to move naturally
2021-05-04 22:01:49 -04:00
rebuilt
b4f457301b
Fix: makes autopairs filetype specific rules work (#357) 2021-05-04 18:01:21 -04:00
rebuilt
ca50ac0ece
Documentation: Added example configuration section. Added file location of additional keymappings. Added link to neovim plugins (#360) 2021-05-04 17:55:45 -04:00
rebuilt
ff7137c782
feature: adds git keymappings built in to Telescope: git_status, git_branches, git_commits, git_bcommits (#350) 2021-05-03 16:40:59 -04:00
Andrew Fridley
76e1912b99
Implement fzy native to speed up telescope (#330)
* impliment fzy-native

* match pattern
2021-05-03 16:39:58 -04:00
Andrew Fridley
a69bf73fd2
Improve LSP Icons (#331) 2021-05-03 16:39:03 -04:00
Francisco Suárez
3adcfdc034
Python analysis options (pyright) (#352) 2021-05-03 16:37:12 -04:00
Chris
2ca5944956 rollback breaking changes 2021-05-02 20:52:19 -04:00
Chris
86472017e5 Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e655.
2021-05-02 20:48:07 -04:00
rebuilt
f15428e655
Adds the ability to toggle on/off whichkey and dashboard (#337) 2021-05-02 20:31:16 -04:00
rebuilt
99364ef2b7
corrected label for whichkey action. Changed 'file' to 'Change branch' (#334) 2021-05-02 20:17:18 -04:00
rebuilt
c095de542f
Added section: Uninstalling. Added links to plugins (#326) 2021-05-02 20:14:39 -04:00
Ferran Sulaiman
b7b2d0be2d
Readd Keybinding to go to normal mode. (#345)
* Fix Autopairs Not working issue using Treesitter

* Readd keybindings to go to normal mode from insert mode
2021-05-02 20:14:07 -04:00
rebuilt
20ca90c389
Added section: Colorschemes (#343) 2021-05-02 20:13:09 -04:00
ptethng
50701b2d8f
add angular lsp (#322)
Co-authored-by: ptethng <hugo.nogard@protonmail.com>
2021-04-29 18:52:13 -04:00
Enzo Di Tizio
b70c1a4a07
Fixed possible typo (#324)
Fixing possible typo on the `oneDarkPro` theme name.
2021-04-29 18:51:52 -04:00
rebuilt
220362ef8f
Adds sections to Readme (#321)
* 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 13:28:10 -04:00
rebuilt
a5a706a3cc
Typescript (#311)
* Add typescript formatting support

* make sure vue is in the list of filetypes

* Add typescriptreact formatting
2021-04-29 02:01:37 -04:00
christianchiarulli
66e907d43f update no highlight description 2021-04-29 01:55:31 -04:00
christianchiarulli
28b40b9334 remove old whichkey reference 2021-04-29 01:47:06 -04:00
christianchiarulli
1a65e468f3 formatting 2021-04-29 01:44:16 -04:00
rebuilt
7ce8a82b59
Added sections: What's included?, Getting Started, Useful Commands for troubleshooting. Added table of contents (#317) 2021-04-29 01:36:13 -04:00
Ferran Sulaiman
2db9f1c56a
Fix Autopairs Not working issue using Treesitter (#315) 2021-04-29 01:35:17 -04:00
christianchiarulli
fbdda3bd8d update vscode config 2021-04-29 01:31:46 -04:00
christianchiarulli
4b548da246 lua based whichkey 2021-04-29 01:25:49 -04:00
rebuilt
ce3cc6cfa4
Vue (#310) 2021-04-28 01:54:58 -04:00
christianchiarulli
47d821533b update snippet symbol 2021-04-27 01:18:05 -04:00
christianchiarulli
102b46ca4a improve completion 2021-04-27 01:17:29 -04:00
rebuilt
f4f7a96496
adds vue language server support (#303) 2021-04-27 01:00:21 -04:00
rebuilt
1eb8339a47
Add autoformatting for ruby (#305) 2021-04-27 00:59:23 -04:00
yibaba
9bd32d7f95
Add compatibility with Artix Linux (Arch derivative) (#306) 2021-04-27 00:59:09 -04:00
Shubham Pawar
eb12e64058
Gopls fixed. Root dir was causing problem (#289) 2021-04-26 00:00:53 -04:00
shinu_donney
8d34992077
Minor fixes (#287)
* Fix a typo

* Update a faulty comment
2021-04-21 22:00:35 -04:00
evakuator
3e66e82b7e
Prefer xclip over xsel (#275)
Neovim recommends using xclip over xsel: https://github.com/neovim/neovim/pull/9302
2021-04-20 11:29:21 -04:00
christianchiarulli
e94d9e18c5 update telescope prompt 2021-04-19 01:35:50 -04:00
Midnight Exigent
c15854562c
add lv-settings.lua to .gitignore (#267) 2021-04-18 15:46:38 -04:00
Daniel Power
8da0d534d8
Recommend neovim-git instead of neovim-nightly-git (#266)
Resolves #265
2021-04-18 15:46:15 -04:00
not
0eeaa72729
Remove duplicate barbar require (#260) 2021-04-17 18:43:56 -04:00