[macbook] Add clang package and its lsp config to neovim.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
b2c32d36a5
commit
31b7c86306
3 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ require('lsp.sml-ls')
|
|||
require('lsp.arduino-ls')
|
||||
require('lsp.roc-ls')
|
||||
require('lsp.zls-ls')
|
||||
require('lsp.clang-ls')
|
||||
|
||||
-- Completion
|
||||
require('completion')
|
||||
|
|
|
|||
1
home-modules/explicit-configs/nvim/lua/lsp/clang-ls.lua
Normal file
1
home-modules/explicit-configs/nvim/lua/lsp/clang-ls.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
vim.lsp.enable('clangd')
|
||||
|
|
@ -40,6 +40,8 @@ in {
|
|||
homeDirectory = homeDirectory;
|
||||
|
||||
packages = with pkgs; [
|
||||
pkgs-unstable.cmake
|
||||
clang
|
||||
nerd-fonts.bigblue-terminal
|
||||
nerd-fonts.fira-code
|
||||
exercism
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue