Compare commits
No commits in common. "c783887d3c936081f2cd11719b18723761f2e848" and "eafe416805551bd8bb827ebf594848992199b383" have entirely different histories.
c783887d3c
...
eafe416805
|
@ -1,6 +1,5 @@
|
||||||
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
env = GTK_THEME, Adwaita
|
|
||||||
|
|
||||||
$scripts = /home/user/.config/scripts
|
$scripts = /home/user/.config/scripts
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ require('lazy').setup({
|
||||||
'ConradIrwin/vim-bracketed-paste',
|
'ConradIrwin/vim-bracketed-paste',
|
||||||
'airblade/vim-rooter',
|
'airblade/vim-rooter',
|
||||||
'nuchs/vim-hypr-nav',
|
'nuchs/vim-hypr-nav',
|
||||||
'luckasRanarison/tree-sitter-hypr',
|
|
||||||
'debugloop/telescope-undo.nvim',
|
'debugloop/telescope-undo.nvim',
|
||||||
'mhartington/formatter.nvim',
|
'mhartington/formatter.nvim',
|
||||||
{'vimwiki/vimwiki', init = function ()
|
{'vimwiki/vimwiki', init = function ()
|
||||||
|
|
|
@ -24,13 +24,3 @@ treesitter.setup({
|
||||||
},
|
},
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
|
|
||||||
parser_config.hypr = {
|
|
||||||
install_info = {
|
|
||||||
url = "https://github.com/luckasRanarison/tree-sitter-hypr",
|
|
||||||
files = { "src/parser.c" },
|
|
||||||
branch = "master",
|
|
||||||
},
|
|
||||||
filetype = "hypr",
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue