Skip to content

Commit

Permalink
Merge pull request #4 from yassinebenarbia/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
yassinebenarbia authored Sep 6, 2024
2 parents 30b8add + 0f16b26 commit 1d46f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/MyNvim/plugins-config/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return function(_, _)
-- lspconfig.pyright.setup {}
lspconfig.pylsp.setup {}
lspconfig.clangd.setup {}
lspconfig.ts_ls.setup {}
lspconfig.lua_ls.setup {
settings = {
Lua = {
Expand All @@ -30,7 +31,6 @@ return function(_, _)
},
},
}
lspconfig.tsserver.setup {}
lspconfig.rust_analyzer.setup {
-- Server-specific settings. See `:help lspconfig-setup`
settings = {
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins-install/neorg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local M = {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" },
lazy = false,
lazy = true,
config = function()
if status then
require("neorg").setup(load)
Expand Down

0 comments on commit 1d46f6d

Please sign in to comment.