Skip to content

Personal dotfiles and general configuration files

License

Notifications You must be signed in to change notification settings

pandadiestro/.files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.files

Personal dotfiles and general configuration files

As for:

Neovim

This version of my neovim config uses both the paq-nvim plugin manager and the native lsp engine (with nvim-lspconfig), so be sure to have paq set up before starting. These are my currently set up language servers, you will need to set these up beforehand:

  • ccls
  • gopls
  • tsserver
  • typst_lsp

In the first run there will probably be a lot of red errors and panics exploding in your face. This is normal as you still haven't installed any plugin at all, so run:

:PaqInstall

And then reopen neovim or resource the config file.

Xournal++

You probably want to have set up at least one toolbar configuration file before actually changing it to this one, to do so you can go to:

View > Toolbars > Manage

And add a custom one.

ST

My st distribution is currently maintained here

dmenu

I currently rely on dmenu for a lot of operations in my machines, I use it both as app launcher (j4-desktop-menu) and clipboard manager (clipmenu).

currently a work in progress