]> git.localhorst.tv Git - nvim-config.git/log
nvim-config.git
4 months agoset tab preferences
Daniel Karbach [Mon, 16 Sep 2024 21:52:56 +0000 (23:52 +0200)]
set tab preferences

4 months agodisable auto formatting and inlay hints
Daniel Karbach [Mon, 16 Sep 2024 09:21:55 +0000 (11:21 +0200)]
disable auto formatting and inlay hints

6 months agofix: disable lazy checker notify by default
Folke Lemaitre [Sat, 20 Jul 2024 21:30:46 +0000 (23:30 +0200)]
fix: disable lazy checker notify by default

6 months agofix: add error handling to initial clone
Folke Lemaitre [Wed, 3 Jul 2024 08:19:46 +0000 (10:19 +0200)]
fix: add error handling to initial clone

7 months agodocs: removed supertab example
Folke Lemaitre [Tue, 18 Jun 2024 05:11:12 +0000 (07:11 +0200)]
docs: removed supertab example

7 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>
7 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

8 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)

9 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
```

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

12 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)

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

19 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.

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

21 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)

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

23 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

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

23 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)

2 years 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

2 years 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

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

2 years 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

2 years 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

2 years 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

2 years 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

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

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

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

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

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

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

2 years 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

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

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

2 years 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

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

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

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

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

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

2 years 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

2 years 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

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

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

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

2 years 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

2 years 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

2 years 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

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