Skip to content

Commit

Permalink
Update LSP config.
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonllera committed Apr 21, 2023
1 parent c449dde commit 251fa60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/plugins/mason-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ require("mason-lspconfig").setup {
"clangd",
"jsonls",
"julials",
-- "markdown",
-- "markdown_inline",
"pyright",
"sumneko_lua",
-- "sumneko_lua",
"texlab",
},
automatic_installation= true,
Expand Down
1 change: 1 addition & 0 deletions lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require('nvim-treesitter.configs').setup({
"json",
"julia",
"lua",
"markdown",
"python",
"yaml",
"vim",
Expand Down

0 comments on commit 251fa60

Please sign in to comment.