This commit is contained in:
ZaneFerns360 2024-10-08 16:59:03 +05:30
parent 90fa7ca95d
commit 2e6982b0b9
3 changed files with 8 additions and 10 deletions

View File

@ -30,15 +30,6 @@ local dash = {
]] ]]
local logo2 = [[
]]
logo = string.rep('\n', 1) .. logo .. '\n' logo = string.rep('\n', 1) .. logo .. '\n'
local opts = { local opts = {

View File

@ -0,0 +1,7 @@
local hypr = {
vim.filetype.add {
pattern = { ['.*/hypr/.*%.conf'] = 'hyprlang' },
},
}
return hypr

View File

@ -16,7 +16,7 @@ local lg = {
-- setting the keybinding for LazyGit with 'keys' is recommended in -- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time -- order to load the plugin when the command is run for the first time
keys = { keys = {
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' }, { '<leader>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
}, },
}, },
} }