Commit graph

851 commits

Author SHA1 Message Date
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
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