NVIM: Added Code formatting for python

This commit is contained in:
stitchy 2024-11-27 10:46:06 +00:00
parent 4d66a5e231
commit 3ec1ba5f9b
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
4 changed files with 29 additions and 10 deletions

View file

@ -64,13 +64,17 @@ in
config = {
environment.systemPackages = (lib.attrVals [
"black"
"btop"
"ccls"
"eza"
"fd"
"fzf"
"git"
"glib"
"gnumake"
"gnupg"
"mypy"
"neofetch"
"p7zip"
"pinentry"
@ -97,6 +101,7 @@ in
customRC = builtins.readFile ../config/nvim/init.vim;
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
conform-nvim
bufferline-nvim
cmp-nvim-lsp
cmp_luasnip
@ -113,6 +118,7 @@ in
toggleterm-nvim
tokyonight-nvim
typst-vim
undotree
vim-lsp-cxx-highlight
which-key-nvim
];