bored
This commit is contained in:
parent
d1895186bb
commit
6d9fec1297
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
require("presence").setup({
|
require("presence").setup({
|
||||||
-- options
|
-- options
|
||||||
auto_update = true,
|
auto_update = true,
|
||||||
neovim_image_text = "mama mia",
|
neovim_image_text = "IM DIFFERENT, LOOK AT ME",
|
||||||
main_image = "neovim",
|
main_image = "neovim",
|
||||||
client_id = "793271441293967371",
|
client_id = "793271441293967371",
|
||||||
log_level = nil,
|
log_level = nil,
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
require'nvim-treesitter.configs'.setup{
|
require 'nvim-treesitter.configs'.setup {
|
||||||
-- A list of parser names, or "all"
|
-- A list of parser names, or "all"
|
||||||
-- TODO: figure this out
|
-- TODO: figure this out
|
||||||
ensure_installed = {"c",
|
ensure_installed = { "c",
|
||||||
"cpp",
|
"cpp",
|
||||||
"c_sharp",
|
"lua",
|
||||||
"lua",
|
"python",
|
||||||
"python",
|
"nix"
|
||||||
"nix"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to 'ensure_installed)
|
-- Install parsers synchronously (only applied to 'ensure_installed)
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
nemo.enable = true;
|
nemo.enable = true;
|
||||||
pass.enable = false;
|
pass.enable = true;
|
||||||
keepassxc.enable = true;
|
keepassxc.enable = true;
|
||||||
nicotineplus.enable = true;
|
nicotineplus.enable = true;
|
||||||
transmission.enable = true;
|
transmission.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue