Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwanggl committed Jan 2, 2025
1 parent 66fc0aa commit 83c0c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/configs/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ lspconfig.marksman.setup{
filetype ={ "markdown", "markdown.mdx"}
}

lspconfig.slint_lsp.setup{
filetype ={ "slint"}
}
--NOTE: configuration for neocmakelsp
local nvim_lsp = require("lspconfig")
local nvim_configs = require("lspconfig.configs")
Expand Down
3 changes: 3 additions & 0 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ return
{ "nvchad/volt" , lazy = true },
{ "nvchad/menu" , lazy = true },

{
"slint-ui/vim-slint",
},

{
"nvimdev/lspsaga.nvim",
Expand Down

0 comments on commit 83c0c6a

Please sign in to comment.