Added cmake language server

This commit is contained in:
Dreaded_X 2024-02-11 18:20:45 +01:00
parent 7b67f931cb
commit e1e79b1d13
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -511,7 +511,8 @@ local servers = {
schemas = require('schemastore').yaml.schemas(), schemas = require('schemastore').yaml.schemas(),
}, },
}, },
taplo = {} taplo = {},
cmake = {}
} }
-- Setup neovim lua configuration -- Setup neovim lua configuration