From 36dcafe7e4943c2d93bf3958523d73183d09a54d Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 5 Nov 2024 14:20:24 +0100 Subject: [PATCH] NVIM and passff --- dotfiles/nvim/plugins.lua | 11 ++++++++++- home.nix | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dotfiles/nvim/plugins.lua b/dotfiles/nvim/plugins.lua index 506babf..8eb9eb2 100644 --- a/dotfiles/nvim/plugins.lua +++ b/dotfiles/nvim/plugins.lua @@ -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' }, diff --git a/home.nix b/home.nix index edd2ee7..db36f9d 100644 --- a/home.nix +++ b/home.nix @@ -53,6 +53,7 @@ hyprlock inkscape waypaper + passff-host ]; programs.ncspot = {