removed depracted lazy call
This commit is contained in:
parent
04c9200050
commit
506583b78a
@ -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',
|
||||||
|
@ -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,
|
||||||
|
@ -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 = {
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user