Nvim: add minuet and some other stuff
This commit is contained in:
@@ -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 = { '*' },
|
||||
|
||||
Reference in New Issue
Block a user