feat(nvim): coc -> lspconfig

This commit is contained in:
matt1432 2024-05-08 23:04:16 -04:00
parent 6753c39ccd
commit 8deffb3adb
12 changed files with 64 additions and 193 deletions
common/home/neovim/langs

View file

@ -17,20 +17,8 @@ in
lib.mkIf neovimIde {
programs = {
neovim = {
coc.settings = {
markdownlint.config = {
no-trailing-spaces = true;
no-multiple-blanks = false;
no-duplicate-heading = false;
line-length = {
tables = false;
};
};
};
plugins = [
vimPlugins.markdown-preview-nvim
vimPlugins.coc-markdownlint
{
plugin = buildPlugin "easytables-nvim" vimplugin-easytables-src;
type = "lua";