This commit is contained in:
Sakooooo 2023-08-10 18:11:03 +03:00
parent d1895186bb
commit 6d9fec1297
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 9 additions and 10 deletions

View file

@ -1,7 +1,7 @@
require("presence").setup({
-- options
auto_update = true,
neovim_image_text = "mama mia",
neovim_image_text = "IM DIFFERENT, LOOK AT ME",
main_image = "neovim",
client_id = "793271441293967371",
log_level = nil,

View file

@ -1,9 +1,8 @@
require'nvim-treesitter.configs'.setup{
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
-- TODO: figure this out
ensure_installed = {"c",
ensure_installed = { "c",
"cpp",
"c_sharp",
"lua",
"python",
"nix"

View file

@ -28,7 +28,7 @@
};
apps = {
nemo.enable = true;
pass.enable = false;
pass.enable = true;
keepassxc.enable = true;
nicotineplus.enable = true;
transmission.enable = true;