removed depracted lazy call

This commit is contained in:
Oliver Hartmann 2023-03-24 17:31:18 +01:00
parent 04c9200050
commit 506583b78a
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
return { return {
'Civitasv/cmake-tools.nvim', 'Civitasv/cmake-tools.nvim',
config = { opts = {
cmake_command = 'cmake', cmake_command = 'cmake',
cmake_generate_options = { '-D', 'CMAKE_EXPORT_COMPILE_COMMANDS=1', '-G', 'Ninja' }, cmake_generate_options = { '-D', 'CMAKE_EXPORT_COMPILE_COMMANDS=1', '-G', 'Ninja' },
cmake_show_console = 'always', cmake_show_console = 'always',

View File

@ -1,6 +1,6 @@
return { return {
'lewis6991/gitsigns.nvim', 'lewis6991/gitsigns.nvim',
config = { opts = {
current_line_blame = false, current_line_blame = false,
current_line_blame_opts = { current_line_blame_opts = {
virt_text = true, virt_text = true,

View File

@ -1,7 +1,7 @@
return { return {
'danymat/neogen', 'danymat/neogen',
dependencies = 'nvim-treesitter/nvim-treesitter', dependencies = 'nvim-treesitter/nvim-treesitter',
config = { opts = {
enabled = true, enabled = true,
languages = { languages = {
cpp = { cpp = {

View File

@ -10,7 +10,7 @@ return {
'kyazdani42/nvim-web-devicons', 'kyazdani42/nvim-web-devicons',
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
}, },
config = { opts = {
window = { -- see https://github.com/MunifTanjim/nui.nvim/tree/main/lua/nui/popup for window = { -- see https://github.com/MunifTanjim/nui.nvim/tree/main/lua/nui/popup for
-- possible options. These can also be functions that return these options. -- possible options. These can also be functions that return these options.
position = 'float', -- left, right, float, current position = 'float', -- left, right, float, current

View File

@ -1,6 +1,6 @@
return { return {
'folke/which-key.nvim', 'folke/which-key.nvim',
config = { opts = {
plugins = { plugins = {
marks = false, marks = false,
registers = false, registers = false,