fix ipe.desktop

This commit is contained in:
Never Gude 2026-02-11 14:39:57 +01:00
parent 7f70069376
commit dc10ad4703
4 changed files with 11 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR --export EDITOR:nvim
SETUVAR LESS:\x1d
SETUVAR --export QT_QPA_PLATFORMTHEME:qt6ct
SETUVAR --export LESS:--RAW-CONTROL-CHARS
SETUVAR __fish_initialized:3800
SETUVAR fish_color_autosuggestion:585858
SETUVAR fish_color_cancel:\x2d\x2dreverse

View file

@ -111,11 +111,17 @@ vim.filetype.add({
-- Install nvim-treesitter
vim.pack.add({ "https://github.com/nvim-treesitter/nvim-treesitter" })
require("nvim-treesitter").setup({
ensure_installed = { "lua", "latex", "c", "java", "ocaml" },
highlight = { enable = true }
require("nvim-treesitter").setup()
vim.api.nvim_create_autocmd('FileType', {
pattern = { "lua", "tex", "c", "java", "ocaml" },
callback = function()
-- syntax highlighting, provided by Neovim
vim.treesitter.start()
end,
})
-- See `:h lsp-quickstart` for more details.
vim.pack.add({ "https://github.com/mason-org/mason.nvim" })
require("mason").setup()

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

@ -82,7 +82,7 @@ sudo dnf copr enable ycollet/audinux
Install the software.
```sh
sudo dnf install ardour guitarix lsp-plugins-lv2 drumgizmo surge-xt
sudo dnf install ardour8 drumgizmo caps-lv2 lv2-x42-plugins
```
### Miscellaneous