1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-07 12:39:29 +00:00
This commit is contained in:
Rae 5e 2025-06-03 00:28:32 -04:00
parent 8ec5885b26
commit 3e5f832d02
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 7 additions and 12 deletions

View file

@ -15,11 +15,13 @@
vim-wakatime
];
extraLuaConfig = ''
--vim.lsp.enable("ts_ls")
--vim.lsp.enable("vala_ls")
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.number = true
-- cmp
@ -63,16 +65,8 @@
capabilities = caps,
cmd = { "nil" }
}
lc.typescript_ls.setup {
autostart = true,
capabilities = caps,
cmd = { "typescript-language-server" }
}
lc.vala_ls.setup {
autostart = true,
capabilities = caps,
cmd = { "vala-language-server" }
}
lc.ts_ls.setup {}
lc.vala_ls.setup {}
'';
};
}

View file

@ -92,7 +92,8 @@
xclip # Tool to access the X clipboard from a console application
zellij # Terminal workspace with batteries included
# text editors
neovim # Vim text editor fork focused on extensibility and agility
# TODO: remove unstable when you upgrade to 25.05
unstable.neovim # Vim text editor fork focused on extensibility and agility
vscodium # Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing)
# audio
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils