diff options
| author | Sakamoto <me@sakamoto.network> | 2026-08-29 16:04:49 -0500 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2026-08-29 16:04:49 -0500 |
| commit | de5dd3ace1db0538df5db00f154c3b311c867cad (patch) | |
| tree | 5f5812ead3ef6b70b098e29665e70cbbfe6ed78d /dot_config/nvim/lua/plugins | |
| parent | d51beea88d300cb5066bb92a8148cad52fa1091d (diff) | |
| download | dotfiles-de5dd3ace1db0538df5db00f154c3b311c867cad.tar.xz dotfiles-de5dd3ace1db0538df5db00f154c3b311c867cad.zip | |
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/flash.lua | 2 | ||||
| -rw-r--r-- | dot_config/nvim/lua/plugins/lsp.lua | 2 | ||||
| -rw-r--r-- | dot_config/nvim/lua/plugins/rustaceanvim.lua | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/dot_config/nvim/lua/plugins/flash.lua b/dot_config/nvim/lua/plugins/flash.lua index c3d267a..cf5ee96 100644 --- a/dot_config/nvim/lua/plugins/flash.lua +++ b/dot_config/nvim/lua/plugins/flash.lua @@ -2,7 +2,7 @@ return { "folke/flash.nvim", event = "VeryLazy", ---@type Flash.Config - config = {}, + opts = {}, -- stylua: ignore keys = { { "<Enter>", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" }, diff --git a/dot_config/nvim/lua/plugins/lsp.lua b/dot_config/nvim/lua/plugins/lsp.lua index cd9ff77..7da00f8 100644 --- a/dot_config/nvim/lua/plugins/lsp.lua +++ b/dot_config/nvim/lua/plugins/lsp.lua @@ -58,4 +58,6 @@ return { end, vim.lsp.enable('tinymist'), + vim.lsp.enable('ts_ls'), + vim.lsp.enable('racket_langserver'), } diff --git a/dot_config/nvim/lua/plugins/rustaceanvim.lua b/dot_config/nvim/lua/plugins/rustaceanvim.lua index 72f1de5..421916d 100644 --- a/dot_config/nvim/lua/plugins/rustaceanvim.lua +++ b/dot_config/nvim/lua/plugins/rustaceanvim.lua @@ -1,6 +1,6 @@ return { "mrcjkb/rustaceanvim", - version = "^5", -- Recommended + version = "^9", -- Recommended lazy = false, -- This plugin is already lazy config = function() vim.g.rustaceanvim = function() |
