master #1

Open
oli wants to merge 912 commits from master into lua
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 506583b78a - Show all commits

View File

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

View File

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

View File

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

View File

@@ -10,7 +10,7 @@ return {
'kyazdani42/nvim-web-devicons',
'MunifTanjim/nui.nvim',
},
config = {
opts = {
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.
position = 'float', -- left, right, float, current

View File

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