Skip to content

Commit

Permalink
fix nvim config
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Mokevnin <[email protected]>
  • Loading branch information
mokevnin committed Oct 15, 2023
1 parent f4f0d97 commit 52980f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require('lazy').setup({
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.formatting.prettier" },
-- { import = "lazyvim.plugins.extras.linting.eslint" },
{ import = "lazyvim.plugins.extras.lsp.none-ls" },
-- { import = "lazyvim.plugins.extras.lsp.none-ls" },
{ import = "lazyvim.plugins.extras.dap.core" },
{ import = "lazyvim.plugins.extras.coding.yanky" },
{ import = "lazyvim.plugins.extras.lang.markdown" },
Expand Down
1 change: 0 additions & 1 deletion nvim/lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ return {
servers = {
kotlin_language_server = {},
lemminx = {},
marksman = {},
ltex = {
settings = {
ltex = {
Expand Down

0 comments on commit 52980f6

Please sign in to comment.