NVIM and passff

This commit is contained in:
vanten-s 2024-11-05 14:20:24 +01:00
parent 006767dcfc
commit 36dcafe7e4
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,16 @@ return {
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
{ 'nvim-telescope/telescope.nvim', tag = '0.1.5', dependencies = { 'nvim-lua/plenary.nvim' } },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "neovim/nvim-lspconfig" },
{
"neovim/nvim-lspconfig",
init_options = {
userLanguages = {
eelixir = "html-eex",
eruby = "erb",
rust = "html",
},
},
},
{ 'hrsh7th/cmp-nvim-lsp' },
{ 'hrsh7th/cmp-buffer' },
{ 'hrsh7th/cmp-path' },

View file

@ -53,6 +53,7 @@
hyprlock
inkscape
waypaper
passff-host
];
programs.ncspot = {