added 42 coding stuff

This commit is contained in:
2025-11-18 14:50:52 +01:00
parent 01d3401ad9
commit ba5103f696
6 changed files with 33 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ return {
{
'neovim/nvim-lspconfig',
config = function()
local lspconfig = require 'lspconfig'
lspconfig.harper_ls.setup { filetypes = { 'markdown' } }
-- local lspconfig = require 'lspconfig'
vim.lsp.config('harper_ls', { filetypes = { 'markdown' }})
end,
},
}