neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

commit 7c63e677561279d43c3df0570227a9facf7135e1
parent c36e189f0b54eaa8bf3f135f2fa63aa5d47d0ac4
Author: Tomas Nemec <owl@gtms.dev>
Date:   Tue, 23 Jul 2024 09:31:14 +0200

update

Diffstat:
Mafter/plugin/cmp.lua | 2+-
Mftplugin/lua.lua | 2+-
Aspell/en.utf-8.add | 1+
Aspell/en.utf-8.add.spl | 0
4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/after/plugin/cmp.lua b/after/plugin/cmp.lua @@ -114,7 +114,7 @@ cmp.setup({ sources = cmp.config.sources({ { name = 'snippets', max_item_count = 3 }, - { name = 'lazydev' }, + { name = 'lazydev', group_index = 0 }, { name = 'nvim_lsp', -- entry_filter = function(entry, ctx) diff --git a/ftplugin/lua.lua b/ftplugin/lua.lua @@ -5,7 +5,7 @@ vim.bo.shiftwidth = 2 vim.keymap.set('n', '<leader>ar', vim.cmd.make) if pcall(require, 'lazydev') then - require 'lazydev'.setup {} + require 'lazydev'.setup() end -- vim.lsp.start { diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add @@ -0,0 +1 @@ +_data/! diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl Binary files differ.