]>
git.localhorst.tv Git - nvim-config.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Daniel Karbach [Mon, 16 Sep 2024 21:52:56 +0000 (23:52 +0200)]
set tab preferences
Daniel Karbach [Mon, 16 Sep 2024 09:21:55 +0000 (11:21 +0200)]
disable auto formatting and inlay hints
Folke Lemaitre [Sat, 20 Jul 2024 21:30:46 +0000 (23:30 +0200)]
fix: disable lazy checker notify by default
Folke Lemaitre [Wed, 3 Jul 2024 08:19:46 +0000 (10:19 +0200)]
fix: add error handling to initial clone
Folke Lemaitre [Tue, 18 Jun 2024 05:11:12 +0000 (07:11 +0200)]
docs: removed supertab example
Lucas [Fri, 14 Jun 2024 08:14:39 +0000 (10:14 +0200)]
fix: improve comment about extras loading in config (#75)
* fix: improve comment about extras loading in config
* fix: use LazyExtras
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
DrummyFloyd [Sun, 2 Jun 2024 15:00:03 +0000 (17:00 +0200)]
fix: removed unnecessary env var (#67)
according to https://github.com/LazyVim/LazyVim/issues/2063#issuecomment-
2143841592
this is not needed
Alex Ford [Sun, 19 May 2024 07:33:42 +0000 (01:33 -0600)]
docs: Update example plugin file to use native snippets with supertab. (#66)
denartha10 [Fri, 29 Mar 2024 16:53:46 +0000 (16:53 +0000)]
fix: Deperecated syntax in bootstrapping of LazyVim starter (#56)
In the current state of the lazy.nvim repository, certain updates have been made. However, there remains an outdated reference to 'vim.loop' for the bootstrapping process of 'lazyvim' in this start repo for LazyVim, despite 'vim.loop' being deprecated. To rectify this, I suggest a minor alteration by replacing it with the following code snippet:
```lua
if not (vim.uv or vim.loop).fs_stat(lazypath) then
-- bootstrap
do
```
Folke Lemaitre [Thu, 21 Mar 2024 16:47:04 +0000 (17:47 +0100)]
fix: removed some outdated examples
Joshua Davis [Fri, 19 Jan 2024 15:12:29 +0000 (15:12 +0000)]
fix: on_attach deprecated, replace with lsp.on_attach (#45)
Folke Lemaitre [Mon, 9 Oct 2023 08:28:53 +0000 (10:28 +0200)]
docs: simplify cmp-emoji example
Miles Ramage [Fri, 2 Jun 2023 21:27:43 +0000 (16:27 -0500)]
docs: corrected plugin spec location (#25)
Also fixed minor typos and ambiguities.
Folke Lemaitre [Sun, 28 May 2023 10:22:52 +0000 (12:22 +0200)]
style: typo
Tom Mi [Sat, 22 Apr 2023 20:23:56 +0000 (20:23 +0000)]
fix: remove help causing error as nonexistent (#23)
Jesse Zomer [Mon, 27 Feb 2023 09:29:06 +0000 (10:29 +0100)]
refactor: sumneko -> lua_ls (#18)
Amir Khazaie [Fri, 27 Jan 2023 14:56:32 +0000 (18:26 +0330)]
fix(examples): fix a bug (#10)
According to documentation and my test, this is the way to add new items to the table
Folke Lemaitre [Tue, 24 Jan 2023 13:50:26 +0000 (14:50 +0100)]
refactor: simplified fzf native example
jliaoh [Mon, 23 Jan 2023 22:40:49 +0000 (17:40 -0500)]
fix(lazy): rearrange imports order so that user can overwrite extra modules (#9)
Folke Lemaitre [Sun, 22 Jan 2023 23:11:55 +0000 (00:11 +0100)]
feat: added extra for mini.animate
Folke Lemaitre [Sun, 22 Jan 2023 20:26:08 +0000 (21:26 +0100)]
fix(lazy): dont disable matchit, matchparen and netrw by default
Folke Lemaitre [Sun, 22 Jan 2023 14:45:13 +0000 (15:45 +0100)]
docs: cleanup
Folke Lemaitre [Sun, 22 Jan 2023 14:44:25 +0000 (15:44 +0100)]
docs: updated readme to point to the installation section of the docs
Folke Lemaitre [Tue, 17 Jan 2023 15:39:38 +0000 (16:39 +0100)]
feat: set `config.defaults.version` for now. Too many semver plugins have outdated releases
Folke Lemaitre [Mon, 16 Jan 2023 15:53:22 +0000 (16:53 +0100)]
feat(lazy): set `config.defaults.lazy = false`. Better for new users
Folke Lemaitre [Thu, 12 Jan 2023 12:37:56 +0000 (13:37 +0100)]
feat: added example to setup supertab with cmp and luasnip
Folke Lemaitre [Wed, 11 Jan 2023 14:31:43 +0000 (15:31 +0100)]
chore: remove lazy-lock.json
Folke Lemaitre [Tue, 10 Jan 2023 10:13:23 +0000 (11:13 +0100)]
feat: updated examples
Folke Lemaitre [Mon, 9 Jan 2023 14:38:40 +0000 (15:38 +0100)]
docs: typo
Folke Lemaitre [Mon, 9 Jan 2023 14:36:52 +0000 (15:36 +0100)]
docs: fixed starter link
Folke Lemaitre [Mon, 9 Jan 2023 14:36:30 +0000 (15:36 +0100)]
docs: added icon
Folke Lemaitre [Mon, 9 Jan 2023 14:35:53 +0000 (15:35 +0100)]
docs: updated installation steps
Folke Lemaitre [Mon, 9 Jan 2023 14:34:40 +0000 (15:34 +0100)]
docs: added proper steps to install the starter
Folke Lemaitre [Mon, 9 Jan 2023 11:04:17 +0000 (12:04 +0100)]
docs: fixed tree
Folke Lemaitre [Mon, 9 Jan 2023 09:53:23 +0000 (10:53 +0100)]
refactor: better examples
Folke Lemaitre [Sun, 8 Jan 2023 14:37:29 +0000 (15:37 +0100)]
feat: added an example on how to use mini.starter instead of alpha
Folke Lemaitre [Sun, 8 Jan 2023 14:07:07 +0000 (15:07 +0100)]
refactor!: use new `opts` property
Folke Lemaitre [Sat, 7 Jan 2023 10:46:11 +0000 (11:46 +0100)]
docs: removed screenshot
Folke Lemaitre [Sat, 7 Jan 2023 10:32:42 +0000 (11:32 +0100)]
docs: updated file tree
Folke Lemaitre [Sat, 7 Jan 2023 10:32:17 +0000 (11:32 +0100)]
refactor: example -> editor
Folke Lemaitre [Sat, 7 Jan 2023 10:31:55 +0000 (11:31 +0100)]
docs: comment all examples
Folke Lemaitre [Sat, 7 Jan 2023 10:29:44 +0000 (11:29 +0100)]
docs: better docs for the starter template
Folke Lemaitre [Sat, 7 Jan 2023 10:16:22 +0000 (11:16 +0100)]
feat(lsp): added example for custom lsp server setup
Folke Lemaitre [Sat, 7 Jan 2023 10:00:23 +0000 (11:00 +0100)]
docs: added readme and license
Folke Lemaitre [Sat, 7 Jan 2023 09:59:10 +0000 (10:59 +0100)]
docs: more examples
Folke Lemaitre [Sat, 7 Jan 2023 09:53:23 +0000 (10:53 +0100)]
docs: init.lua
Folke Lemaitre [Sat, 7 Jan 2023 09:53:15 +0000 (10:53 +0100)]
feat(treesitter): examples on how to setup treesitter
Folke Lemaitre [Sat, 7 Jan 2023 09:53:01 +0000 (10:53 +0100)]
feat(lsp): examples on how to setup lspconfig
Folke Lemaitre [Sat, 7 Jan 2023 09:52:40 +0000 (10:52 +0100)]
docs: added comments to config files
Folke Lemaitre [Sat, 7 Jan 2023 09:20:36 +0000 (10:20 +0100)]
feat: initial commit