From 3fe456f9a29389bcffd190bb4163fddbb6fb76db Mon Sep 17 00:00:00 2001 From: user <76937231+Tus1688@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:21:24 +0700 Subject: feat: neovim profile --- etc/profile-m-z/nvim.profile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 etc/profile-m-z/nvim.profile (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/nvim.profile b/etc/profile-m-z/nvim.profile new file mode 100644 index 000000000..b121b4417 --- /dev/null +++ b/etc/profile-m-z/nvim.profile @@ -0,0 +1,39 @@ +# Firejail profile for neovim +# Description: Nvim is open source and freely distributable +# This file is overwritten after every install/update +# Persistent local customizations +include nvim.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.vim + +include disable-common.inc +include disable-programs.inc +include disable-devel.inc +include disable-passwdmgr.inc +include disable-xdg.inc +include disable-write-mnt.inc +include whitelist-runuser-common.inc + +# Allows files commonly used by IDEs +include allow-common-devel.inc + +caps.drop all +netfilter +nodbus +nodvd +nogroups +noinput +nonewprivs +noroot +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp + +private-dev + +read-write ${HOME}/.vim +read-only ${HOME}/.config -- cgit v1.2.3-70-g09d2