Page MenuHomeSolus

D11408.id27614.diff
No OneTemporary

D11408.id27614.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -1,5 +1,6 @@
This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
-- Joshua Strobl
- - IRC: JoshStrobl
- - Email: joshua@getsol.us
+- Evan Maddock
+ - IRC: EbonJaeger
+ - Matrix: @ebonjaeger:matrix.org
+ - Email: maddock.evan@vivaldi.net
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -5,6 +5,7 @@
libmsgpackc.so.2
libpthread.so.0
libtermkey.so.1
+libtree-sitter.so.0
libunibilium.so.4
libutil.so.1
libuv.so.1
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -15,7 +15,6 @@
libc.so.6:__stack_chk_fail
libc.so.6:__strcat_chk
libc.so.6:__strcpy_chk
-libc.so.6:__strncat_chk
libc.so.6:__strncpy_chk
libc.so.6:_exit
libc.so.6:_nl_msg_cat_cntr
@@ -26,7 +25,6 @@
libc.so.6:bindtextdomain
libc.so.6:calloc
libc.so.6:cfsetspeed
-libc.so.6:ctime
libc.so.6:dcgettext
libc.so.6:dcngettext
libc.so.6:dup
@@ -62,13 +60,11 @@
libc.so.6:getpwent
libc.so.6:getpwnam
libc.so.6:getpwuid
-libc.so.6:gettimeofday
libc.so.6:getuid
libc.so.6:iconv
libc.so.6:iconv_close
libc.so.6:iconv_open
libc.so.6:ioctl
-libc.so.6:iswupper
libc.so.6:kill
libc.so.6:localtime_r
libc.so.6:malloc
@@ -77,6 +73,7 @@
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memset
+libc.so.6:mktime
libc.so.6:nl_langinfo
libc.so.6:pclose
libc.so.6:pipe
@@ -106,6 +103,7 @@
libc.so.6:strcat
libc.so.6:strchr
libc.so.6:strcmp
+libc.so.6:strcoll
libc.so.6:strcpy
libc.so.6:strerror
libc.so.6:strftime
@@ -116,6 +114,7 @@
libc.so.6:strncpy
libc.so.6:strnlen
libc.so.6:strpbrk
+libc.so.6:strptime
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
@@ -128,6 +127,7 @@
libc.so.6:time
libc.so.6:towlower
libc.so.6:towupper
+libc.so.6:tzset
libc.so.6:umask
libc.so.6:uname
libc.so.6:ungetc
@@ -136,22 +136,32 @@
libc.so.6:waitpid
libluajit-5.1.so.2:luaL_checkinteger
libluajit-5.1.so.2:luaL_checklstring
+libluajit-5.1.so.2:luaL_checktype
+libluajit-5.1.so.2:luaL_checkudata
libluajit-5.1.so.2:luaL_error
+libluajit-5.1.so.2:luaL_getmetafield
libluajit-5.1.so.2:luaL_loadbuffer
libluajit-5.1.so.2:luaL_loadfile
+libluajit-5.1.so.2:luaL_newmetatable
libluajit-5.1.so.2:luaL_newstate
libluajit-5.1.so.2:luaL_openlibs
libluajit-5.1.so.2:luaL_ref
+libluajit-5.1.so.2:luaL_register
libluajit-5.1.so.2:luaL_unref
libluajit-5.1.so.2:luaL_where
libluajit-5.1.so.2:lua_checkstack
+libluajit-5.1.so.2:lua_close
libluajit-5.1.so.2:lua_concat
libluajit-5.1.so.2:lua_createtable
libluajit-5.1.so.2:lua_error
+libluajit-5.1.so.2:lua_getfenv
libluajit-5.1.so.2:lua_getfield
+libluajit-5.1.so.2:lua_getmetatable
libluajit-5.1.so.2:lua_gettop
libluajit-5.1.so.2:lua_isstring
+libluajit-5.1.so.2:lua_newuserdata
libluajit-5.1.so.2:lua_next
+libluajit-5.1.so.2:lua_objlen
libluajit-5.1.so.2:lua_pcall
libluajit-5.1.so.2:lua_pushboolean
libluajit-5.1.so.2:lua_pushcclosure
@@ -165,11 +175,15 @@
libluajit-5.1.so.2:lua_rawgeti
libluajit-5.1.so.2:lua_rawset
libluajit-5.1.so.2:lua_rawseti
+libluajit-5.1.so.2:lua_setfenv
libluajit-5.1.so.2:lua_setfield
+libluajit-5.1.so.2:lua_setmetatable
libluajit-5.1.so.2:lua_settop
libluajit-5.1.so.2:lua_toboolean
+libluajit-5.1.so.2:lua_tointeger
libluajit-5.1.so.2:lua_tolstring
libluajit-5.1.so.2:lua_tonumber
+libluajit-5.1.so.2:lua_touserdata
libluajit-5.1.so.2:lua_type
libluv.so.1:luaopen_luv
libluv.so.1:luv_set_callback
@@ -220,6 +234,64 @@
libtermkey.so.1:termkey_set_canonflags
libtermkey.so.1:termkey_start
libtermkey.so.1:termkey_strfkey
+libtree-sitter.so.0:ts_language_field_count
+libtree-sitter.so.0:ts_language_field_name_for_id
+libtree-sitter.so.0:ts_language_symbol_count
+libtree-sitter.so.0:ts_language_symbol_name
+libtree-sitter.so.0:ts_language_symbol_type
+libtree-sitter.so.0:ts_language_version
+libtree-sitter.so.0:ts_node_child
+libtree-sitter.so.0:ts_node_child_count
+libtree-sitter.so.0:ts_node_descendant_for_point_range
+libtree-sitter.so.0:ts_node_end_byte
+libtree-sitter.so.0:ts_node_end_point
+libtree-sitter.so.0:ts_node_eq
+libtree-sitter.so.0:ts_node_has_error
+libtree-sitter.so.0:ts_node_is_missing
+libtree-sitter.so.0:ts_node_is_named
+libtree-sitter.so.0:ts_node_is_null
+libtree-sitter.so.0:ts_node_named_child
+libtree-sitter.so.0:ts_node_named_child_count
+libtree-sitter.so.0:ts_node_named_descendant_for_point_range
+libtree-sitter.so.0:ts_node_parent
+libtree-sitter.so.0:ts_node_start_byte
+libtree-sitter.so.0:ts_node_start_point
+libtree-sitter.so.0:ts_node_string
+libtree-sitter.so.0:ts_node_symbol
+libtree-sitter.so.0:ts_node_type
+libtree-sitter.so.0:ts_parser_delete
+libtree-sitter.so.0:ts_parser_included_ranges
+libtree-sitter.so.0:ts_parser_new
+libtree-sitter.so.0:ts_parser_parse
+libtree-sitter.so.0:ts_parser_parse_string
+libtree-sitter.so.0:ts_parser_set_included_ranges
+libtree-sitter.so.0:ts_parser_set_language
+libtree-sitter.so.0:ts_query_capture_count
+libtree-sitter.so.0:ts_query_capture_name_for_id
+libtree-sitter.so.0:ts_query_cursor_delete
+libtree-sitter.so.0:ts_query_cursor_exec
+libtree-sitter.so.0:ts_query_cursor_new
+libtree-sitter.so.0:ts_query_cursor_next_capture
+libtree-sitter.so.0:ts_query_cursor_next_match
+libtree-sitter.so.0:ts_query_cursor_remove_match
+libtree-sitter.so.0:ts_query_cursor_set_match_limit
+libtree-sitter.so.0:ts_query_cursor_set_point_range
+libtree-sitter.so.0:ts_query_delete
+libtree-sitter.so.0:ts_query_new
+libtree-sitter.so.0:ts_query_pattern_count
+libtree-sitter.so.0:ts_query_predicates_for_pattern
+libtree-sitter.so.0:ts_query_string_value_for_id
+libtree-sitter.so.0:ts_tree_copy
+libtree-sitter.so.0:ts_tree_cursor_current_field_name
+libtree-sitter.so.0:ts_tree_cursor_current_node
+libtree-sitter.so.0:ts_tree_cursor_delete
+libtree-sitter.so.0:ts_tree_cursor_goto_first_child
+libtree-sitter.so.0:ts_tree_cursor_goto_next_sibling
+libtree-sitter.so.0:ts_tree_cursor_new
+libtree-sitter.so.0:ts_tree_delete
+libtree-sitter.so.0:ts_tree_edit
+libtree-sitter.so.0:ts_tree_get_changed_ranges
+libtree-sitter.so.0:ts_tree_root_node
libunibilium.so.4:unibi_add_ext_str
libunibilium.so.4:unibi_count_ext_bool
libunibilium.so.4:unibi_count_ext_num
@@ -284,6 +356,7 @@
libuv.so.1:uv_fs_mkdtemp
libuv.so.1:uv_fs_open
libuv.so.1:uv_fs_read
+libuv.so.1:uv_fs_realpath
libuv.so.1:uv_fs_rename
libuv.so.1:uv_fs_req_cleanup
libuv.so.1:uv_fs_rmdir
@@ -294,6 +367,7 @@
libuv.so.1:uv_fs_utime
libuv.so.1:uv_get_total_memory
libuv.so.1:uv_getaddrinfo
+libuv.so.1:uv_gettimeofday
libuv.so.1:uv_guess_handle
libuv.so.1:uv_hrtime
libuv.so.1:uv_idle_init
@@ -310,6 +384,7 @@
libuv.so.1:uv_mutex_unlock
libuv.so.1:uv_now
libuv.so.1:uv_os_getenv
+libuv.so.1:uv_os_homedir
libuv.so.1:uv_os_setenv
libuv.so.1:uv_os_unsetenv
libuv.so.1:uv_pipe_bind
@@ -350,7 +425,9 @@
libvterm.so.0:vterm_free
libvterm.so.0:vterm_get_size
libvterm.so.0:vterm_input_write
+libvterm.so.0:vterm_keyboard_end_paste
libvterm.so.0:vterm_keyboard_key
+libvterm.so.0:vterm_keyboard_start_paste
libvterm.so.0:vterm_keyboard_unichar
libvterm.so.0:vterm_mouse_button
libvterm.so.0:vterm_mouse_move
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : neovim
-version : 0.4.4
-release : 21
+version : 0.5.0
+release : 22
source :
- - https://github.com/neovim/neovim/archive/v0.4.4.tar.gz : 2f76aac59363677f37592e853ab2c06151cca8830d4b3fe4675b4a52d41fc42c
+ - https://github.com/neovim/neovim/archive/refs/tags/v0.5.0.tar.gz : 2294caa9d2011996499fbd70e4006e4ef55db75b99b6719154c09262e23764ef
license : Apache-2.0
component : editor
summary : Fork of Vim aiming to improve user experience, plugins, and GUIs
@@ -14,6 +14,7 @@
- pkgconfig(luajit)
- pkgconfig(msgpack)
- pkgconfig(termkey)
+ - pkgconfig(tree-sitter)
- pkgconfig(unibilium)
- pkgconfig(vterm)
- gperf
@@ -23,10 +24,9 @@
rundeps :
- xclip
setup : |
- mkdir build
- %cmake -B build .
+ %cmake_ninja -DUSE_BUNDLED=OFF
build : |
- %make -C build
+ %ninja_build
install : |
- %make_install -C build
+ %ninja_install
ln -s /usr/bin/nvim $installdir/usr/bin/neovim
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>neovim</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>editor</PartOf>
@@ -21,7 +21,9 @@
<Files>
<Path fileType="executable">/usr/bin/neovim</Path>
<Path fileType="executable">/usr/bin/nvim</Path>
+ <Path fileType="library">/usr/lib64/nvim</Path>
<Path fileType="data">/usr/share/applications/nvim.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/nvim.png</Path>
<Path fileType="localedata">/usr/share/locale/af/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/ca/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/cs.cp1250/LC_MESSAGES/nvim.mo</Path>
@@ -47,6 +49,7 @@
<Path fileType="localedata">/usr/share/locale/sk.cp1250/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/sk/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/nvim.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/uk/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/vi/LC_MESSAGES/nvim.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_CN.UTF-8/LC_MESSAGES/nvim.mo</Path>
@@ -68,6 +71,7 @@
<Path fileType="data">/usr/share/nvim/runtime/autoload/health.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/health/nvim.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/health/provider.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/autoload/health/treesitter.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/htmlcomplete.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/javascriptcomplete.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/man.vim</Path>
@@ -81,6 +85,7 @@
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider/clipboard.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider/node.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/autoload/provider/perl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider/python.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider/python3.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/autoload/provider/pythonx.vim</Path>
@@ -141,14 +146,24 @@
<Path fileType="data">/usr/share/nvim/runtime/compiler/bdf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/cargo.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/checkstyle.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/cm3.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/context.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/cs.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/csslint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/cucumber.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dart.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dart2js.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dart2native.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dartanalyser.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dartdevc.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dartdoc.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/dartfmt.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/decada.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/dot.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/erlang.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/eruby.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/eslint.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/fbc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/fortran_F.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/fortran_cv.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/fortran_elf90.vim</Path>
@@ -156,9 +171,11 @@
<Path fileType="data">/usr/share/nvim/runtime/compiler/fortran_lf95.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/fpc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/g95.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/gawk.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/gcc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/gfortran.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/ghc.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/gjs.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/gnat.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/go.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/haml.vim</Path>
@@ -169,7 +186,11 @@
<Path fileType="data">/usr/share/nvim/runtime/compiler/irix5_c.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/irix5_cpp.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/javac.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/jest.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/jikes.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/jjs.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/jshint.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/jsonlint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/mcs.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/mips_c.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/mipspro_c89.vim</Path>
@@ -183,24 +204,36 @@
<Path fileType="data">/usr/share/nvim/runtime/compiler/pbx.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/perl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/php.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/powershell.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/pylint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/pyunit.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/rake.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/rhino.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/rspec.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/rst.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/rubocop.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/ruby.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/rubyunit.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/rustc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/sass.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/se.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/shellcheck.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/sml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/splint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/stack.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/standard.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/stylelint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/tcl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/tex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/tidy.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/ts-node.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/tsc.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/typedoc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/xbuild.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/xmllint.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/compiler/xmlwf.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/xo.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/compiler/zsh.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/delmenu.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/api.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/arabic.txt</Path>
@@ -218,6 +251,8 @@
<Path fileType="data">/usr/share/nvim/runtime/doc/filetype.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/fold.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/ft_ada.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/ft_ps1.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/ft_raku.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/ft_rust.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/ft_sql.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/gui.txt</Path>
@@ -226,6 +261,7 @@
<Path fileType="data">/usr/share/nvim/runtime/doc/helphelp.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/if_cscop.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/if_lua.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/if_perl.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/if_pyth.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/if_ruby.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/indent.txt</Path>
@@ -233,6 +269,9 @@
<Path fileType="data">/usr/share/nvim/runtime/doc/insert.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/intro.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/job_control.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/lsp-extension.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/lsp.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/lua.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/makehtml.awk</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/maketags.awk</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/map.txt</Path>
@@ -273,7 +312,9 @@
<Path fileType="data">/usr/share/nvim/runtime/doc/tags</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/tagsrch.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/term.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/testing.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/tips.txt</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/doc/treesitter.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/uganda.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/ui.txt</Path>
<Path fileType="data">/usr/share/nvim/runtime/doc/undo.txt</Path>
@@ -327,10 +368,12 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/ant.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/arch.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/art.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/asm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/aspvbs.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/automake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/awk.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/bash.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/basic.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/bdf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/bst.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/btm.vim</Path>
@@ -372,6 +415,7 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/dune.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/eiffel.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/elinks.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/elm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/erlang.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/eruby.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/eterm.vim</Path>
@@ -379,7 +423,10 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/fetchmail.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/flexwiki.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/fortran.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/fpcmake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/framescript.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/freebasic.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/fstab.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/fvwm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/gdb.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/git.vim</Path>
@@ -429,6 +476,8 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/logtalk.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/lprolog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/lua.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/m3build.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/m3quake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/m4.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mail.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mailaliases.vim</Path>
@@ -437,10 +486,14 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/man.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/manconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/markdown.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/masm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/matlab.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/meson.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mma.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/modconf.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/modula2.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/modula3.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mp.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mplayerconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/mrxvtrc.vim</Path>
@@ -457,22 +510,26 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/pamconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/pascal.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/passwd.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/pbtxt.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/pdf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/perl.vim</Path>
- <Path fileType="data">/usr/share/nvim/runtime/ftplugin/perl6.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/php.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/pinfo.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/plaintex.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/poke.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/postscr.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/procmail.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/prolog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/protocols.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/ps1.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/ps1xml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/pyrex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/python.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/qf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/quake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/r.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/racc.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/raku.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/readline.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/registry.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/reva.vim</Path>
@@ -494,6 +551,7 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sensors.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/services.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/setserial.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/sexplib.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sgml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sh.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/shada.vim</Path>
@@ -506,6 +564,8 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sshconfig.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sudoers.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/svg.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/swift.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/swiftgyb.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/sysctl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/systemd.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/systemverilog.vim</Path>
@@ -514,10 +574,13 @@
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/terminfo.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/tex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/text.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/tidy.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/tmux.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/treetop.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/tt2html.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/tutor.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/typescript.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/ftplugin/typescriptreact.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/udevconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/udevperm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/ftplugin/udevrules.vim</Path>
@@ -547,6 +610,7 @@
<Path fileType="data">/usr/share/nvim/runtime/indent/ant.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/automake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/awk.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/bash.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/bib.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/bst.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/bzl.vim</Path>
@@ -572,8 +636,10 @@
<Path fileType="data">/usr/share/nvim/runtime/indent/dosbatch.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/dtd.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/dtrace.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/dune.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/dylan.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/eiffel.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/elm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/erlang.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/eruby.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/eterm.vim</Path>
@@ -606,6 +672,7 @@
<Path fileType="data">/usr/share/nvim/runtime/indent/mail.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/make.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/matlab.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/meson.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/mf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/mma.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/mp.vim</Path>
@@ -615,14 +682,15 @@
<Path fileType="data">/usr/share/nvim/runtime/indent/occam.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/pascal.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/perl.vim</Path>
- <Path fileType="data">/usr/share/nvim/runtime/indent/perl6.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/php.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/postscr.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/pov.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/prolog.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/ps1.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/pyrex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/python.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/r.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/raku.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/raml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/readline.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/rhelp.vim</Path>
@@ -643,11 +711,13 @@
<Path fileType="data">/usr/share/nvim/runtime/indent/sml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/sql.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/sqlanywhere.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/sshconfig.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/systemd.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/systemverilog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/tcl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/tcsh.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/teraterm.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/indent/testdir/runtest.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/tex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/tf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/indent/tilde.vim</Path>
@@ -688,6 +758,8 @@
<Path fileType="data">/usr/share/nvim/runtime/keymap/dvorak.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/esperanto.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/esperanto_utf-8.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/french-azerty.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/german-qwertz.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/greek.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/greek_cp1253.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/greek_cp737.vim</Path>
@@ -703,6 +775,8 @@
<Path fileType="data">/usr/share/nvim/runtime/keymap/hebrewp_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/kana.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/kazakh-jcuken.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/korean-dubeolsik_utf-8.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/korean.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/lithuanian-baltic.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/magyar_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/mongolian_utf-8.vim</Path>
@@ -720,6 +794,8 @@
<Path fileType="data">/usr/share/nvim/runtime/keymap/russian-jcuken.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/russian-jcukenmac.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/russian-jcukenwin.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/russian-jcukenwintype.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/russian-typograph.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/russian-yawerty.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/serbian-latin.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/serbian-latin_utf-8.vim</Path>
@@ -738,15 +814,36 @@
<Path fileType="data">/usr/share/nvim/runtime/keymap/tamil_tscii.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/thaana-phonetic_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/thaana.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/turkish-f.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/keymap/turkish-q.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/ukrainian-dvorak.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/ukrainian-jcuken.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/vietnamese-telex_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/vietnamese-viqr_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/keymap/vietnamese-vni_utf-8.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/lua/man.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/F.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/_meta.lua</Path>
<Path fileType="data">/usr/share/nvim/runtime/lua/vim/compat.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/highlight.lua</Path>
<Path fileType="data">/usr/share/nvim/runtime/lua/vim/inspect.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/buf.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/codelens.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/diagnostic.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/handlers.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/log.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/protocol.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/lsp/util.lua</Path>
<Path fileType="data">/usr/share/nvim/runtime/lua/vim/shared.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter/health.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter/highlighter.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter/language.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/treesitter/query.lua</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/lua/vim/uri.lua</Path>
<Path fileType="data">/usr/share/nvim/runtime/macmap.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/macros/editexisting.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/macros/justify.vim</Path>
@@ -834,6 +931,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/ada.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/aflex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/ahdl.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/aidl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/alsaconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/amiga.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/aml.vim</Path>
@@ -866,18 +964,22 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/ayacc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/b.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/baan.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/bash.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/basic.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bdf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bib.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bindzone.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/blank.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/bsdl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bst.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/btm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bzl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/bzr.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/c.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/cabal.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/cabalconfig.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/cabalproject.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/calendar.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/catalog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/cdl.vim</Path>
@@ -929,6 +1031,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/cynlib.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/cynpp.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/d.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/dart.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/datascript.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/dcd.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/dcl.vim</Path>
@@ -972,6 +1075,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/eiffel.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/elf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/elinks.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/elm.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/elmfilt.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/erlang.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/eruby.vim</Path>
@@ -997,6 +1101,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/forth.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/fortran.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/foxpro.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/fpcmake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/framescript.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/freebasic.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/fstab.vim</Path>
@@ -1005,6 +1110,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/gdb.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/gdmo.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/gedcom.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/gift.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/git.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/gitcommit.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/gitconfig.vim</Path>
@@ -1034,6 +1140,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/hastepreproc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/hb.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/help.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/help_ru.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/hercules.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/hex.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/hgcommit.vim</Path>
@@ -1107,9 +1214,12 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/lprolog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/lscript.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/lsl.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/lsp_markdown.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/lss.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/lua.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/lynx.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/m3build.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/m3quake.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/m4.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/mail.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/mailaliases.vim</Path>
@@ -1127,6 +1237,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/matlab.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/maxima.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/mel.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/meson.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/messages.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/mf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/mgl.vim</Path>
@@ -1175,18 +1286,20 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/ocaml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/occam.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/omnimark.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/opam.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/openroad.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/opl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/ora.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pamconf.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/pamenv.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/papp.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pascal.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/passwd.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/pbtxt.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pcap.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pccts.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pdf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/perl.vim</Path>
- <Path fileType="data">/usr/share/nvim/runtime/syntax/perl6.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pfmain.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/php.vim</Path>
@@ -1203,6 +1316,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/plsql.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/po.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pod.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/poke.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/postscr.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pov.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/povini.vim</Path>
@@ -1216,7 +1330,10 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/promela.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/proto.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/protocols.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/ps1.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/ps1xml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/psf.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/psl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/ptcap.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/purifylog.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/pyrex.vim</Path>
@@ -1226,6 +1343,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/r.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/racc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/radiance.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/raku.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/raml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/ratpoison.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/rc.vim</Path>
@@ -1235,6 +1353,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/rebol.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/redif.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/registry.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/rego.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/remind.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/resolv.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/reva.vim</Path>
@@ -1271,6 +1390,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/sensors.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/services.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/setserial.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/sexplib.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sgml.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sgmldecl.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sgmllnx.vim</Path>
@@ -1278,6 +1398,7 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/shada.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sicad.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sieve.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/sil.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/simula.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sinda.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/sindacmp.vim</Path>
@@ -1327,6 +1448,8 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/sudoers.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/svg.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/svn.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/swift.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/swiftgyb.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/syncolor.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/synload.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/syntax.vim</Path>
@@ -1369,6 +1492,8 @@
<Path fileType="data">/usr/share/nvim/runtime/syntax/tt2js.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/tutor.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/typescript.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/typescriptcommon.vim</Path>
+ <Path fileType="data">/usr/share/nvim/runtime/syntax/typescriptreact.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/uc.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/udevconf.vim</Path>
<Path fileType="data">/usr/share/nvim/runtime/syntax/udevperm.vim</Path>
@@ -1437,16 +1562,15 @@
<Path fileType="data">/usr/share/nvim/runtime/tutor/en/vim-01-beginner.tutor.json</Path>
<Path fileType="data">/usr/share/nvim/runtime/tutor/tutor.tutor</Path>
<Path fileType="data">/usr/share/nvim/runtime/tutor/tutor.tutor.json</Path>
- <Path fileType="data">/usr/share/pixmaps/nvim.png</Path>
</Files>
</Package>
<History>
- <Update release="21">
- <Date>2021-06-15</Date>
- <Version>0.4.4</Version>
+ <Update release="22">
+ <Date>2021-07-05</Date>
+ <Version>0.5.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Evan Maddock</Name>
+ <Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 10:13 AM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810143
Default Alt Text
D11408.id27614.diff (54 KB)

Event Timeline