mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 22:51:00 +00:00
Normalize nvim plugin configs to 4-space indentation
This commit is contained in:
@@ -82,7 +82,6 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Use buffer source for `/` and `?` (search)
|
|
||||||
cmp.setup.cmdline({ "/", "?" }, {
|
cmp.setup.cmdline({ "/", "?" }, {
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
sources = {
|
sources = {
|
||||||
@@ -90,7 +89,6 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Use cmdline & path source for ':' (command mode)
|
|
||||||
cmp.setup.cmdline(":", {
|
cmp.setup.cmdline(":", {
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
"lewis6991/gitsigns.nvim", -- Add a comma here
|
"lewis6991/gitsigns.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require('gitsigns').setup {
|
require('gitsigns').setup {
|
||||||
signs = {
|
signs = {
|
||||||
|
|||||||
@@ -4,10 +4,10 @@ return {
|
|||||||
opts = {
|
opts = {
|
||||||
file = {
|
file = {
|
||||||
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
[".keep"] = { glyph = "", hl = "MiniIconsGrey" },
|
||||||
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
|
["devcontainer.json"] = { glyph = "", hl = "MiniIconsAzure" },
|
||||||
},
|
},
|
||||||
filetype = {
|
filetype = {
|
||||||
dotenv = { glyph = "", hl = "MiniIconsYellow" },
|
dotenv = { glyph = "", hl = "MiniIconsYellow" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user