DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

ref: 4ed9178b9dd3269ab18119afa74ea2db858f54ad nvim-flake/config/ftplugin/go.nix -rw-r--r-- 101 bytes
4ed9178bJonni Liljamo feat(lsp): init 3 months ago
                                                                                
1
2
3
4
5
6
7
8
{
  opts = {
    tabstop = 2;
    softtabstop = 2;
    shiftwidth = 2;
    expandtab = false;
  };
}