Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-04 | lazy loading vim-rooter might cause some issues | Abouzar Parvan | |
because if FindRootDirectory not being found | |||
2021-08-03 | feat: add lvim.lsp.smart_cwd (#1218) | kylo252 | |
- 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-07-28 | no need to add root patterns, airblade/vim-rooter#123 got merged | Rafael Madriz | |
2021-07-28 | just use tf | Chris | |
2021-07-28 | don't use this plugin strategy because it makes packer sad | christianchiarulli | |
2021-07-27 | include `package-lock.json` & `package.json` in root patterns (#1133) | Rafael | |
* 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-26 | remove comment | Chris | |
2021-07-26 | compatible 0.5 treesitter | christianchiarulli | |
2021-07-25 | autoindent issue solved finally | christianchiarulli | |
2021-07-24 | New contract (#1080) | Christian Chiarulli | |
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-21 | [Feature]: Add callbacks for plugins with a config entry for packer (#1042) | devtoi | |
2021-07-19 | toggle() already follows the file, no need for find_file() (#1020) | Abouzar Parvan | |
2021-07-19 | reverting due to #1018 | Abouzar Parvan | |
2021-07-18 | unpin nvim-tree.lua | Abouzar Parvan | |
2021-07-18 | Split plugin loading logic from the configuration (#796) | Luc Sinet | |
2021-07-16 | this may break things if not specified like this | christianchiarulli | |
2021-07-16 | [Feature] add linter support (#982) | Luc Sinet | |
2021-07-16 | add scala and sbt support (#986) | Abouzar Parvan | |
2021-07-14 | user toggleterm instead of fterm | christianchiarulli | |
2021-07-14 | Autopairs event trigger (#929) | rebuilt | |
2021-07-13 | protected call for formatter.nvim | christianchiarulli | |
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | refactor, fix galaxyline | christianchiarulli | |
2021-07-13 | we should install O.user_plugins (#905) | Abouzar Parvan | |
2021-07-12 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | christianchiarulli | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-13 | fix: comment typo (#902) | Aaron Keisler | |
2021-07-12 | poc for refactor into one file | christianchiarulli | |
2021-07-12 | vim-rooter is essential | Chris | |
2021-07-10 | don't lazyload telescope (breaks c-j c-k navigation) | Chris | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | don't lazy load compe and autopairs autoindent issue | christianchiarulli | |
2021-07-10 | remove lazyload dap | christianchiarulli | |
2021-07-10 | WIP: using formatter.nvim instead of neoformat (#781) | Abouzar Parvan | |
2021-07-10 | refactor lspinstall | Chris | |
2021-07-10 | refactor plugins | Chris | |
2021-07-10 | udpate plugin list | christianchiarulli | |
2021-07-10 | more lazylkoad | christianchiarulli | |
2021-07-10 | move plugins | christianchiarulli | |
2021-07-10 | only load jdtls for ft=java | christianchiarulli | |
2021-07-10 | refactor tex to use ftplugin only | christianchiarulli | |
2021-07-10 | lazyload galaxyline | christianchiarulli | |
2021-07-09 | don't use custom plugin path yet | christianchiarulli | |
2021-07-09 | lvim separate package path | christianchiarulli | |
2021-07-09 | config refactor | christianchiarulli | |
2021-07-09 | refactor plugin config | christianchiarulli | |
2021-07-09 | remove extra plugins (debloating) | christianchiarulli | |
2021-07-09 | FTerm starts on same event as Dashboard (#820) | Jonathan Raines | |
2021-07-09 | java tool working on mac | Chris | |
2021-07-08 | try without tsupdate | Chris | |