mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
Compare commits
1 commit
a4e5a309c3
...
ac01c1dff6
Author | SHA1 | Date | |
---|---|---|---|
|
ac01c1dff6 |
2 changed files with 1 additions and 3 deletions
|
@ -47,8 +47,6 @@ Release notes for release 0.7
|
|||
|
||||
- Migrate bufferline to setupOpts for more customizability
|
||||
|
||||
- Use `clangd` as the default language server for C languages
|
||||
|
||||
[NotAShelf](https://github.com/notashelf):
|
||||
|
||||
- Add `deno fmt` as the default Markdown formatter. This will be enabled
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
cfg = config.vim.languages.clang;
|
||||
|
||||
defaultServer = "clangd";
|
||||
defaultServer = "ccls";
|
||||
servers = {
|
||||
ccls = {
|
||||
package = pkgs.ccls;
|
||||
|
|
Loading…
Reference in a new issue