Personal neovim config
  • Lua 93.8%
  • Vim Script 6.2%
Find a file
2026-03-04 19:30:05 +01:00
colors Feat: Cleaned few unused packaages 2025-12-01 19:35:36 +01:00
lua Feat: Brought back inlay hints 2026-03-04 19:30:05 +01:00
.gitignore Feat: Added small config changes for screen saver 2025-01-16 09:05:01 +01:00
.luarc.json Feat: Added snippeds and autocompletion 2024-11-27 22:10:46 +01:00
init.lua Feat: Replaced eslint with oxlint 2026-03-03 20:50:30 +01:00
README.md Feat: Replaced eslint with oxlint 2026-03-03 20:50:30 +01:00
stylua.toml Fix: Small changes ( its late... ) 2024-11-27 23:12:27 +01:00

Neovim config

In order for all LSP to fully work, read error messages that stuff will throw ( I completely forgot to create this file... )

Required packages:

Github actions lsp:

npm install -g gh-actions-language-server

In order to install qmlls, install qt6-declarative and add this to path:

export PATH="/usr/lib/qt6/bin:$PATH"

Issues:

  • Currently, splitted buffers are not transparent afte running Transparent() lua function

This config uses oxlint. Make sure to install to your package.json in javascript apps