changes
This commit is contained in:
parent
90fa7ca95d
commit
2e6982b0b9
|
@ -30,15 +30,6 @@ local dash = {
|
|||
|
||||
]]
|
||||
|
||||
local logo2 = [[
|
||||
████████╗███████╗ ██████╗██╗ ██╗ ████████╗██╗███████╗████████╗ █████╗ ███╗ ██╗███████╗
|
||||
╚══██╔══╝██╔════╝██╔════╝██║ ██║ ╚══██╔══╝██║██╔════╝╚══██╔══╝██╔══██╗████╗ ██║██╔════╝
|
||||
██║ █████╗ ██║ ███████║█████╗██║ ██║█████╗ ██║ ███████║██╔██╗ ██║███████╗
|
||||
██║ ██╔══╝ ██║ ██╔══██║╚════╝██║ ██║██╔══╝ ██║ ██╔══██║██║╚██╗██║╚════██║
|
||||
██║ ███████╗╚██████╗██║ ██║ ██║ ██║███████╗ ██║ ██║ ██║██║ ╚████║███████║
|
||||
╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝
|
||||
|
||||
]]
|
||||
logo = string.rep('\n', 1) .. logo .. '\n'
|
||||
|
||||
local opts = {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
local hypr = {
|
||||
vim.filetype.add {
|
||||
pattern = { ['.*/hypr/.*%.conf'] = 'hyprlang' },
|
||||
},
|
||||
}
|
||||
|
||||
return hypr
|
|
@ -16,7 +16,7 @@ local lg = {
|
|||
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||
-- order to load the plugin when the command is run for the first time
|
||||
keys = {
|
||||
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue