Commit graph

221 commits

Author SHA1 Message Date
christianchiarulli
20a4da5583 ability to toggle bufferline 2021-08-05 15:50:09 -04:00
Abouzar Parvan
82f7bbb6f9
lazy loading vim-rooter might cause some issues
because if FindRootDirectory not being found
2021-08-04 20:24:31 +04:30
kylo252
4c3c3f3885
feat: add lvim.lsp.smart_cwd (#1218)
- Enable querying the language-server for the `root_dir`
- Use `root_dir` to set the current working-directory (CWD)
- Make vim-rooter configurable and add an option to disable it

Inspired by "ahmedkhalf/lsp-rooter.nvim"
2021-08-03 12:10:54 -04:00
Rafael Madriz
48295ec644
no need to add root patterns, airblade/vim-rooter#123 got merged 2021-07-28 16:12:17 -03:00
Chris
9611a50acc just use tf 2021-07-28 14:36:41 -04:00
christianchiarulli
2ec446e21e don't use this plugin strategy because it makes packer sad 2021-07-28 00:02:40 -04:00
Rafael
0a16235cec
include package-lock.json & package.json in root patterns (#1133)
* Just adds package.json and package-lock.json for the root patterns of
  vim-rooter

* The other ones are the default patterns, see `:help g:rooter_patterns`
2021-07-27 16:31:04 -04:00
Chris
6d3274dfec remove comment 2021-07-26 18:31:53 -04:00
christianchiarulli
9542b7b143 compatible 0.5 treesitter 2021-07-26 00:34:40 -04:00
christianchiarulli
e6f4b20346 autoindent issue solved finally 2021-07-25 23:28:47 -04: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
devtoi
796148fb00
[Feature]: Add callbacks for plugins with a config entry for packer (#1042) 2021-07-21 01:58:29 +04:30
Abouzar Parvan
e50a586a3a
toggle() already follows the file, no need for find_file() (#1020) 2021-07-19 03:17:49 -04:00
Abouzar Parvan
047f641b05
reverting due to #1018 2021-07-19 04:35:33 +00:00
Abouzar Parvan
e264bfe06d
unpin nvim-tree.lua 2021-07-18 19:36:56 +00:00
Luc Sinet
6f9c521e22
Split plugin loading logic from the configuration (#796) 2021-07-18 18:08:14 +00:00
christianchiarulli
cabc218c64 this may break things if not specified like this 2021-07-16 18:36:43 -04:00
Luc Sinet
836286798e
[Feature] add linter support (#982) 2021-07-16 18:30:38 -04:00
Abouzar Parvan
fe48ed9ef9
add scala and sbt support (#986) 2021-07-16 18:26:29 -04:00
christianchiarulli
f58782563e user toggleterm instead of fterm 2021-07-14 23:15:12 -04:00
rebuilt
a20e04c289
Autopairs event trigger (#929) 2021-07-14 22:11:52 +04:30
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
16d67ecf76 refactor, fix galaxyline 2021-07-12 21:59:16 -04:00
Abouzar Parvan
b98646ce7a
we should install O.user_plugins (#905) 2021-07-13 01:51:49 +00:00
christianchiarulli
cbc301b76a Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-12 21:11:50 -04:00
christianchiarulli
2423fcdc90 refactor single file 2021-07-12 21:11:43 -04:00
Aaron Keisler
57893b3988
fix: comment typo (#902) 2021-07-13 00:16:25 +00:00
christianchiarulli
476f7bb22f poc for refactor into one file 2021-07-12 19:30:07 -04:00
Chris
7677f220b7 vim-rooter is essential 2021-07-12 11:58:30 -04:00
Chris
d9ee4e00e9 don't lazyload telescope (breaks c-j c-k navigation) 2021-07-10 19:35:54 -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
5c76003228 don't lazy load compe and autopairs autoindent issue 2021-07-10 16:10:03 -04:00
christianchiarulli
4b0304d9bd remove lazyload dap 2021-07-10 15:34:59 -04:00
Abouzar Parvan
0f7c876e93
WIP: using formatter.nvim instead of neoformat (#781) 2021-07-10 14:18:28 -04:00
Chris
bec8e77b47 refactor lspinstall 2021-07-10 13:27:52 -04:00
Chris
f9389d2282 refactor plugins 2021-07-10 10:51:53 -04:00
christianchiarulli
b02a5a207f udpate plugin list 2021-07-10 03:19:44 -04:00
christianchiarulli
5ef5b5aff1 more lazylkoad 2021-07-10 02:39:00 -04:00
christianchiarulli
1235d18f8d move plugins 2021-07-10 01:21:22 -04:00
christianchiarulli
2aa02e2312 only load jdtls for ft=java 2021-07-10 00:22:20 -04:00
christianchiarulli
6d17635b31 refactor tex to use ftplugin only 2021-07-10 00:15:33 -04:00
christianchiarulli
e75c9c0d20 lazyload galaxyline 2021-07-10 00:09:54 -04:00
christianchiarulli
25b3334ba3 don't use custom plugin path yet 2021-07-09 23:03:07 -04:00
christianchiarulli
b347c46455 lvim separate package path 2021-07-09 22:22:59 -04:00
christianchiarulli
4ff04e31f0 config refactor 2021-07-09 21:34:12 -04:00
christianchiarulli
b8182d5aee refactor plugin config 2021-07-09 21:01:23 -04:00
christianchiarulli
607d473afe remove extra plugins (debloating) 2021-07-09 19:38:15 -04:00
Jonathan Raines
89df68d842
FTerm starts on same event as Dashboard (#820) 2021-07-09 14:22:50 -04:00
Chris
d539ec951c java tool working on mac 2021-07-09 01:37:03 -04:00