feat: eww hypr alacritty and more

This commit is contained in:
Fabio Lenherr 2022-08-31 00:27:23 +02:00
parent 1f3c2b9947
commit 7fb4f9ee73
No known key found for this signature in database
GPG key ID: 868FFD689D878939
132 changed files with 23 additions and 4881 deletions

View file

@ -1,21 +0,0 @@
local status_ok, _ = pcall(require, "nvim-treesitter.configs")
if not status_ok then
return
end
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = { "latex" , "c", "cpp" , "lua", "haskell" , "java" , "javascript" , "typescript" },
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}
local status_ok2, _ = pcall(require, "spellsitter")
if not status_ok2 then
return
end
require("spellsitter").setup()