Nvim: add minuet and some other stuff

This commit is contained in:
Robert Kmieć
2025-06-12 22:43:06 +02:00
parent 04bdd470fd
commit 704a095798
4 changed files with 46 additions and 12 deletions

View File

@@ -9,7 +9,8 @@ return {
},
config = function()
local nvim_lsp = require('lspconfig')
require('clangd_extensions').setup({
vim.lsp.config('clangd_extensions', {
-- require('clangd_extensions').setup({
ast = {
-- These are unicode, should be available in any font
role_icons = {
@@ -40,6 +41,7 @@ return {
}
}
})
vim.lsp.enable('clangd_extensions')
--local lsp_signature = require('lsp_signature')
-- Mappings.
@@ -164,14 +166,14 @@ return {
-- single_file_support = true,
-- settings = {
-- matlab = {
-- indexWorkspace = false,
-- -- indexWorkspace = false,
-- installPath = "/usr/local/MATLAB/R2024b",
-- matlabConnectionTiming = "onStart",
-- telemetry = true,
-- -- matlabConnectionTiming = "onStart",
-- -- telemetry = true,
-- },
-- }
-- })
--
nvim_lsp.typos_lsp.setup({
cmd = { 'typos-lsp' },
filetypes = { '*' },