Skip to content

Commit

Permalink
remove cpp support
Browse files Browse the repository at this point in the history
do not write cpp for now
  • Loading branch information
flearc committed Mar 26, 2024
1 parent 3c6ea25 commit c242dc9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,6 @@ require('lazy').setup({
})
end

-- if client.name == 'clangd' then
-- require('clangd_extensions.inlay_hints').setup_autocmd()
-- require('clangd_extensions.inlay_hints').set_inlay_hints()
-- end
--
if client.name == 'gopls' then
if not client.server_capabilities.semanticTokensProvider then
local semantic = client.config.capabilities.textDocument.semanticTokens
Expand Down
13 changes: 0 additions & 13 deletions lua/custom/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,6 @@ return {
},
},

-- clangd_extensions
{
'p00f/clangd_extensions.nvim',
lazy = true,
},

-- cmake-tools
{
'Civitasv/cmake-tools.nvim',
ft = { 'cpp' },
opts = {},
},

-- neotest-go
{
'nvim-neotest/neotest-go',
Expand Down
1 change: 1 addition & 0 deletions lua/kickstart/plugins/lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
cmake = { 'cmakelint' },
}

-- To allow other plugins to add linters to require('lint').linters_by_ft,
Expand Down

0 comments on commit c242dc9

Please sign in to comment.