Commit graph

181 commits

Author SHA1 Message Date
Christian Chiarulli
531ddb459e
fix: rollback plugin loader changes (#3402) 2022-11-02 18:09:35 -04:00
kylo252
8d3f9b8bf7
refactor(theme)!: decouple tokyonight options (#3384) 2022-11-02 11:29:07 +01:00
kylo252
f6402563ab
feat: enable global installation (#3161) 2022-10-06 22:51:09 -04:00
kylo252
e5bcf01c75
refactor: more deliberate reload (#3133) 2022-10-04 13:23:52 -04:00
Christian Chiarulli
1c03ac8052
feat: reload and lir color update (#3123) 2022-10-03 00:56:23 +00:00
Abouzar Parvan
08e9115d9e
feat(autocmds): make sure all autocmds are modifiable (#3087) 2022-09-28 13:50:20 -04:00
Christian Chiarulli
b954329f98 fix: fixing laststatus harder 2022-09-20 22:15:03 -04:00
kylo252
fe95dffe41
fix: no restart required when changing colorscheme (#2026) 2021-12-03 18:56:31 +01:00
kylo252
7a813780a1
fix: overloading keymappings now works correctly even after reloading (#1789) 2021-11-03 12:32:10 +01:00
kylo252
32ca5afa4a
feat: better error handling for packer (#1883) 2021-11-02 16:58:55 +01:00
Sergio Mendez
5cf8c07ee9
fix(bootstrap): support for using default neovim config and data directories (#1777)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: James Walmsley <james@fullfat-fs.co.uk>
2021-10-20 18:05:18 +02:00
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
kylo252
d01ba08eae
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach.

IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-03 16:13:46 +02:00
kylo252
8eed75d67f
refactor: use more flexible paths (#1381) 2021-09-13 11:28:15 +02:00
Chase Colman
ad86b19204
refactor: add explicit setup for impatient (#1529)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-09-12 08:15:29 +02:00
Chase Colman
009f004ce8
[Feature] Add modified version of impatient.nvim for caching (#1488) 2021-09-08 20:59:44 +04:30
Christian Chiarulli
9ece2e5369
feat: compe -> cmp (#1496) 2021-09-07 19:23:14 -04:00
Aaron Saw Min Sern
ff4b5b19de
fix runtime path (#1443) 2021-09-02 17:29:56 +02:00
kylo252
23952f1443 Fix missing "HOME" variable errors (#1415)
Co-authored-by: MarcSchaetz <marc@schaetz.info>
2021-08-27 21:06:50 +02:00
kylo252
27679f988f
[Refactor]: only allow a single logger (#1405) 2021-08-26 23:02:16 +04:30
kylo252
5b94e3cee2
fix logging when plenary is not available (#1390) 2021-08-26 12:49:29 +02:00
chaeing
a83fffdc80
[Bugfix] Load user's autocmd custom_groups (#1393)
* Require core.autocmds before sourcing user config

* Define augroups after sourcing user config
2021-08-26 08:40:25 +02:00
Luc Sinet
00b895d9e9
[Feature] Encapsulate config logic (#1338)
* Define core/builtins, streamline status_color interface

* Encapsulate configuration in its own module

* Add fallback to lv-config.lua

* Rectify settings loading order to allow overriding vim options

* Move default-config into config/ module

* replace uv.fs_stat with utils.is_file
2021-08-25 07:47:48 +02:00
kylo252
33640834e4
fix: set runtime directories correctly (#1354)
* fix: set runtime directories correctly

This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`

Fixes #1352

* use libuv to get homedir path
2021-08-20 22:59:40 +02:00
dklymenk
ae1dea8b64
[Feature] Expose null ls setup to user config (#1323)
* expose null_ls setup to user config

* add new config to example configs

* fix tabs with stylua

* change else statement in the example
2021-08-16 15:31:03 +02:00
kylo252
77e283bd9c
[Refactor] Allow editing default keymaps (#1213) 2021-08-02 17:42:56 -04:00
chaeing
213e3961fa
[Feature] Rename lv-config.lua to config.lua (#1193)
* Rename example config files

* Update user config path in installer

* Update user config path with a variable

* Update default user config file to config.lua

* Add fallback to lv-config if config.lua not found

* Add global variable USER_CONFIG_PATH
2021-07-31 14:28:59 -04:00
Luc Sinet
679b8b69fb
[Refactor] Define keymapppings helpers in utils.keymap (#1176) 2021-07-31 12:47:31 +00:00
Dery Rahman Ahaddienata
2e446dc14d
Fix autocmd custom_groups not loaded (#1162) 2021-07-29 18:11:50 +04:30
Chris
15eaebff92 refactor lsp keybinds 2021-07-28 17:20:25 -04:00
Chris
f220dc4893 begin lsp refactor 2021-07-28 17:13:50 -04:00
devtoi
41b5a28624
Wrap lsp default_keybindings in function instead of load on 1st require (#1128)
Co-authored-by: Johan Melin <johan.melin@paradoxinteractive.com>
2021-07-27 10:29:40 -04:00
rebuilt
9028294360
splits up the settings file. settings.lua gets required before lv-co… (#1097)
* split settings into callable functions

* renamed functions
2021-07-26 18:28:47 -04:00
Luc Sinet
12c0a7441e
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils

* Move commands defined in utils into core/commands.lua
2021-07-26 13:14:23 -04:00
abzcoding
739784e43c fix formatting according to stylua 2021-07-25 16:27:48 +04:30
kylo252
e37a511abc
Fix ignored user autocommands (#1090) 2021-07-25 11:55:19 +00:00
Christian Chiarulli
98f8a77819
New contract (#1080)
Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-24 21:17:11 -04:00
Abouzar Parvan
0884dcd846
Fix the colorscheme issue on new installations 2021-07-23 19:29:44 +00:00
Christian Chiarulli
d02265175f
Decoupling config from nvim (#1038) 2021-07-19 22:50:07 -04:00
Luc Sinet
6f9c521e22
Split plugin loading logic from the configuration (#796) 2021-07-18 18:08:14 +00:00
kylo252
59106e860e
[Refactor] Make default keybindings configurable (#988) 2021-07-18 17:49:41 +00:00
hui.liu
75b5cc4d9f
Improve error message in lv-config file (#922) 2021-07-14 00:36:57 -04:00
christianchiarulli
359b6fd8e4 protected call for formatter.nvim 2021-07-13 01:08:03 -04:00
christianchiarulli
eceb656b4b poc with local prettier working 2021-07-13 00:48:37 -04:00
christianchiarulli
2423fcdc90 refactor single file 2021-07-12 21:11:43 -04:00
Chris
c26c09fadd remove this autocommands 2021-07-11 23:58:32 -04:00
christianchiarulli
2a1fb08a64 remove nvimtree statusline 2021-07-11 22:38:14 -04:00
Abouzar Parvan
93379a2977
avoiding OCD attack with the help of folke/todo-comments (#839) 2021-07-10 17:34:20 -04:00
christianchiarulli
619709eb2f refactor settings for hotswap 2021-07-10 03:19:32 -04:00
christianchiarulli
b8182d5aee refactor plugin config 2021-07-09 21:01:23 -04:00