]> git.localhorst.tv Git - nvim-config.git/log
nvim-config.git
3 months agodocs: removed supertab example
Folke Lemaitre [Tue, 18 Jun 2024 05:11:12 +0000 (07:11 +0200)]
docs: removed supertab example

4 months agofix: improve comment about extras loading in config (#75)
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>
4 months agofix: removed unnecessary env var (#67)
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

4 months agodocs: Update example plugin file to use native snippets with supertab. (#66)
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)

6 months agofix: Deperecated syntax in bootstrapping of LazyVim starter (#56)
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
```

6 months agofix: removed some outdated examples
Folke Lemaitre [Thu, 21 Mar 2024 16:47:04 +0000 (17:47 +0100)]
fix: removed some outdated examples

8 months agofix: on_attach deprecated, replace with lsp.on_attach (#45)
Joshua Davis [Fri, 19 Jan 2024 15:12:29 +0000 (15:12 +0000)]
fix: on_attach deprecated, replace with lsp.on_attach (#45)

12 months agodocs: simplify cmp-emoji example
Folke Lemaitre [Mon, 9 Oct 2023 08:28:53 +0000 (10:28 +0200)]
docs: simplify cmp-emoji example

16 months agodocs: corrected plugin spec location (#25)
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.

16 months agostyle: typo
Folke Lemaitre [Sun, 28 May 2023 10:22:52 +0000 (12:22 +0200)]
style: typo

17 months agofix: remove help causing error as nonexistent (#23)
Tom Mi [Sat, 22 Apr 2023 20:23:56 +0000 (20:23 +0000)]
fix: remove help causing error as nonexistent (#23)

19 months agorefactor: sumneko -> lua_ls (#18)
Jesse Zomer [Mon, 27 Feb 2023 09:29:06 +0000 (10:29 +0100)]
refactor: sumneko -> lua_ls (#18)

20 months agofix(examples): fix a bug (#10)
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

20 months agorefactor: simplified fzf native example
Folke Lemaitre [Tue, 24 Jan 2023 13:50:26 +0000 (14:50 +0100)]
refactor: simplified fzf native example

20 months agofix(lazy): rearrange imports order so that user can overwrite extra modules (#9)
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)

20 months agofeat: added extra for mini.animate
Folke Lemaitre [Sun, 22 Jan 2023 23:11:55 +0000 (00:11 +0100)]
feat: added extra for mini.animate

20 months agofix(lazy): dont disable matchit, matchparen and netrw by default
Folke Lemaitre [Sun, 22 Jan 2023 20:26:08 +0000 (21:26 +0100)]
fix(lazy): dont disable matchit, matchparen and netrw by default

20 months agodocs: cleanup
Folke Lemaitre [Sun, 22 Jan 2023 14:45:13 +0000 (15:45 +0100)]
docs: cleanup

20 months agodocs: updated readme to point to the installation section of the docs
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

20 months agofeat: set `config.defaults.version` for now. Too many semver plugins have outdated...
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

21 months agofeat(lazy): set `config.defaults.lazy = false`. Better for new users
Folke Lemaitre [Mon, 16 Jan 2023 15:53:22 +0000 (16:53 +0100)]
feat(lazy): set `config.defaults.lazy = false`. Better for new users

21 months agofeat: added example to setup supertab with cmp and luasnip
Folke Lemaitre [Thu, 12 Jan 2023 12:37:56 +0000 (13:37 +0100)]
feat: added example to setup supertab with cmp and luasnip

21 months agochore: remove lazy-lock.json
Folke Lemaitre [Wed, 11 Jan 2023 14:31:43 +0000 (15:31 +0100)]
chore: remove lazy-lock.json

21 months agofeat: updated examples
Folke Lemaitre [Tue, 10 Jan 2023 10:13:23 +0000 (11:13 +0100)]
feat: updated examples

21 months agodocs: typo
Folke Lemaitre [Mon, 9 Jan 2023 14:38:40 +0000 (15:38 +0100)]
docs: typo

21 months agodocs: fixed starter link
Folke Lemaitre [Mon, 9 Jan 2023 14:36:52 +0000 (15:36 +0100)]
docs: fixed starter link

21 months agodocs: added icon
Folke Lemaitre [Mon, 9 Jan 2023 14:36:30 +0000 (15:36 +0100)]
docs: added icon

21 months agodocs: updated installation steps
Folke Lemaitre [Mon, 9 Jan 2023 14:35:53 +0000 (15:35 +0100)]
docs: updated installation steps

21 months agodocs: added proper steps to install the starter
Folke Lemaitre [Mon, 9 Jan 2023 14:34:40 +0000 (15:34 +0100)]
docs: added proper steps to install the starter

21 months agodocs: fixed tree
Folke Lemaitre [Mon, 9 Jan 2023 11:04:17 +0000 (12:04 +0100)]
docs: fixed tree

21 months agorefactor: better examples
Folke Lemaitre [Mon, 9 Jan 2023 09:53:23 +0000 (10:53 +0100)]
refactor: better examples

21 months agofeat: added an example on how to use mini.starter instead of alpha
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

21 months agorefactor!: use new `opts` property
Folke Lemaitre [Sun, 8 Jan 2023 14:07:07 +0000 (15:07 +0100)]
refactor!: use new `opts` property

21 months agodocs: removed screenshot
Folke Lemaitre [Sat, 7 Jan 2023 10:46:11 +0000 (11:46 +0100)]
docs: removed screenshot

21 months agodocs: updated file tree
Folke Lemaitre [Sat, 7 Jan 2023 10:32:42 +0000 (11:32 +0100)]
docs: updated file tree

21 months agorefactor: example -> editor
Folke Lemaitre [Sat, 7 Jan 2023 10:32:17 +0000 (11:32 +0100)]
refactor: example -> editor

21 months agodocs: comment all examples
Folke Lemaitre [Sat, 7 Jan 2023 10:31:55 +0000 (11:31 +0100)]
docs: comment all examples

21 months agodocs: better docs for the starter template
Folke Lemaitre [Sat, 7 Jan 2023 10:29:44 +0000 (11:29 +0100)]
docs: better docs for the starter template

21 months agofeat(lsp): added example for custom lsp server setup
Folke Lemaitre [Sat, 7 Jan 2023 10:16:22 +0000 (11:16 +0100)]
feat(lsp): added example for custom lsp server setup

21 months agodocs: added readme and license
Folke Lemaitre [Sat, 7 Jan 2023 10:00:23 +0000 (11:00 +0100)]
docs: added readme and license

21 months agodocs: more examples
Folke Lemaitre [Sat, 7 Jan 2023 09:59:10 +0000 (10:59 +0100)]
docs: more examples

21 months agodocs: init.lua
Folke Lemaitre [Sat, 7 Jan 2023 09:53:23 +0000 (10:53 +0100)]
docs: init.lua

21 months agofeat(treesitter): examples on how to setup treesitter
Folke Lemaitre [Sat, 7 Jan 2023 09:53:15 +0000 (10:53 +0100)]
feat(treesitter): examples on how to setup treesitter

21 months agofeat(lsp): examples on how to setup lspconfig
Folke Lemaitre [Sat, 7 Jan 2023 09:53:01 +0000 (10:53 +0100)]
feat(lsp): examples on how to setup lspconfig

21 months agodocs: added comments to config files
Folke Lemaitre [Sat, 7 Jan 2023 09:52:40 +0000 (10:52 +0100)]
docs: added comments to config files

21 months agofeat: initial commit
Folke Lemaitre [Sat, 7 Jan 2023 09:20:36 +0000 (10:20 +0100)]
feat: initial commit