Commit graph

1122 commits

Author SHA1 Message Date
Luc Sinet
918a26ebc0
Fix spectre (#520)
* 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 <chris.machine@pm.me>
2021-06-26 13:20:07 -04:00
OliverNChalk
257b6051e7
WhichKey: Make <leader>n clear search instead of toggling highlight (#519) 2021-06-26 13:15:27 -04:00
Marek Filipowicz
a9e9047118
feat(java): Replace the current custom installation of java, with lspinstall (#517) 2021-06-26 13:15:02 -04:00
christianchiarulli
19003f7577 sorting out filepicker issues 2021-06-25 20:00:32 -04:00
tafryn
19bd48ac80
Set vim-matchup options before plugin configuration (#506)
Several of the vim-matchup options don't take effect unless they are set
before the plugin is required.
2021-06-18 17:44:17 -04:00
Nawfal bin Mohmad Rouyan
c51ffdd8ac
Simplify tailwindcss-ls config (#502)
latest nvim-lspconfig has all the necessary config for tailwindcss included.
2021-06-18 17:43:58 -04:00
yibaba
c1600fbfaa
Modifying installer.sh (and README.md) to be suited for Gentoo (#495)
* Modifying installer.sh to be suited for Gentoo

* Change README.md to be more helpful for Gentoo instalations
2021-06-18 17:43:30 -04:00
OliverNChalk
23cfaa7328
Fix: Correctly require FTerm in plugins.lua (#485) 2021-06-18 17:42:37 -04:00
PBird
214b9a4147
nvim-compe key map added (#484) 2021-06-18 17:42:08 -04:00
rmagillxyz
6211202ce6
vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug (#479) 2021-06-18 16:54:32 -04:00
Fabrizio Sestito
3d95cca625
Remove "." directory in root pattern (#471) 2021-06-18 16:19:49 -04:00
Fabrizio Sestito
bbe0f78c28
Add file types to terraform language server config (#467) 2021-06-18 16:19:19 -04:00
Fabrizio Sestito
3eee6dc3fd
Change Workspace Symbol binding to Telescope DynamicFinder (#462) 2021-06-18 16:11:30 -04:00
Imbolc
149da6b603
Fix neovim installation cleanup (#460)
Got these on debian: `rm: cannot remove 'neovim/.deps/build/src/luajit/src/lib_init_dyn.o': Permission denied ...`
2021-06-18 16:10:20 -04:00
wcsjdzz
b4446a1a21
LSP config of cmake (#455)
Co-authored-by: zhongzedu <duzhongze19s@ict.ac.cn>
2021-06-04 15:24:10 -04:00
christianchiarulli
ad26d797cc update plugins 2021-06-02 21:26:29 -04:00
dario
5dd17038c9
Add symbols outline plugin. (#451) 2021-06-02 21:22:49 -04:00
christianchiarulli
ab8d424c54 new plugin updates 2021-05-30 01:08:15 -04:00
maxime50
04c21be64b
tailwindcss LSP fix (#442) 2021-05-30 01:06:45 -04:00
christianchiarulli
66501fefe7 add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
christianchiarulli
4ddcaf55a9 no idea why, but this causes and error in _meta.lua:21 2021-05-28 22:58:21 -04:00
christianchiarulli
fa42656c7e bugfixes 2021-05-27 00:09:35 -04:00
tafryn
d0f87322f9
QuickFix quality of life (#435)
* Exclude the quickfix buffer from the barbar buffer list

* Add mapping and function to toggle the quickfix window
2021-05-27 00:06:06 -04:00
gukz
12b5dc796f
Make galaxline component index dynamic (#434) 2021-05-27 00:05:23 -04:00
Eliaz Bobadilla
10589dcdf1
🎨 Update ftplugin (#432) 2021-05-27 00:04:30 -04:00
rmagillxyz
31fcd6c1df
bug fix for netrw's gx command (#431)
* open remote link in browser correctly with gx, not in a tmp file
2021-05-27 00:04:15 -04:00
tafryn
69c13aaae4
Enable the fzy file sorter for telescope (#430) 2021-05-27 00:03:30 -04:00
tafryn
3bdba45cc2
Add treesitter indicator to status line (#429) 2021-05-25 19:09:32 -04:00
tafryn
6f8f265e86
Add setting to enable/disable document highlighting (#428) 2021-05-25 19:08:37 -04:00
Amandus Søve Thorsrud
74ffae99d4
Support different config paths (#426)
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-25 19:08:15 -04:00
Kyle Stubblefield
046d3e79a9
Corrected references to nv_utils, replaced with lv_utils (#422)
* moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example

* fixed reference to nv_utils, replaced with lv_utils

* replaced references to nv_utils, replaced with lv_utils

* rolled back my changes to lv-settings to match upstream
2021-05-25 19:06:54 -04:00
David Hollinger III
7f8911d872
Add Go auto commands (#424) 2021-05-24 18:01:24 -04:00
Kid
4ebdcac7fa
Improve commands in README (#392)
* Suggest removing only Packer directory in README

* Adjust more commands

* Delete `~/.local/share/nvim/site`
2021-05-20 11:38:54 -04:00
Omar Bassam
08dcd44c5c
Changed Window resizing to lua (#410) 2021-05-19 18:27:04 -04:00
Kyle Stubblefield
946dc0c1dd
moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396) 2021-05-18 11:36:33 -04:00
Ayush Mandowara
22ffb0eb03
Update README.md (#398)
The numbered list for `Install your own plugins` was all in one line
- Changed it to a proper sequence (added new lines)
- added highlighting (backticks) to file names
- fixed grammar (, instead of .) in pt 2
2021-05-18 00:08:57 -04:00
Eliaz Bobadilla
b12cd861c1
Use setlocal insted of set (#404)
* setlocal insted of set for css

Check `:h setl`

* setlocal insted of set for html

* setlocal insted of set for js

* setlocal insted of set for jsreact

* setlocal insted of set for yaml
2021-05-18 00:06:40 -04:00
iToXiQ
969f0f0bb7
added support for elixir (#403) 2021-05-17 13:16:57 -04:00
rmagillxyz
e15522278a
Enable netrw (#394)
* 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-14 02:00:22 -04:00
Micael Viana
d118833913
fix pip install on Arch Linux (#390) 2021-05-12 14:50:28 -04:00
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