1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(neovim): hello lsp

This commit is contained in:
2023-03-06 22:01:58 +01:00
parent eba8788547
commit 8f4019443d
2 changed files with 92 additions and 1 deletions

View File

@@ -12,7 +12,11 @@
(pkgs.writers.writeDashBin "vim" ''neovim "$@"'')
(pkgs.neovim.override {
configure = {
customRC = builtins.readFile ../lib/vim/init.vim;
customRC = ''
source ${../lib/vim/init.vim}
luafile ${../lib/vim/init.lua}
'';
packages.nvim = with pkgs.vimPlugins; {
start = [
ale
@@ -23,6 +27,7 @@
tabular
# vimwiki
niveumPackages.vimPlugins-vim-colors-paramount
nvim-lspconfig
vim-commentary
vim-css-color
vim-eunuch