laptop
Elias Almqvist 4 months ago
parent 6b53d3dfac
commit 11f9d3cd12
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 25
      leftwm/.config/leftwm/config.ron
  2. 10
      nvchad/.config/nvim/lua/custom/init.lua
  3. 2
      nvchad/.config/nvim/lua/custom/plugins.lua

@ -5,18 +5,25 @@
workspaces: [ workspaces: [
( (
output: "eDP-1", output: "eDP-1",
y: 1440, y: 0,
x: 320, x: 0,
height: 1080, height: 1080,
width: 1920, width: 1920,
), ),
( // (
output: "DP-1", // output: "eDP-1",
y: 0, // y: 1440,
x: 0, // x: 320,
height: 1440, // height: 1080,
width: 2560, // width: 1920,
) // ),
// (
// output: "DP-1",
// y: 0,
// x: 0,
// height: 1440,
// width: 2560,
// )
], ],
tags: [ tags: [
"1", "1",

@ -5,8 +5,8 @@
-- pattern = "*", -- pattern = "*",
-- command = "tabdo wincmd =", -- command = "tabdo wincmd =",
-- }) -- })
vim.filetype.add({ -- vim.filetype.add({
extension = { -- extension = {
mdx = 'mdx' -- mdx = 'mdx'
} -- }
}) -- })

@ -71,7 +71,7 @@ local plugins = {
require("nvim-treesitter.configs").setup(opts) require("nvim-treesitter.configs").setup(opts)
-- use markdown parser for mdx files -- use markdown parser for mdx files
vim.treesitter.language.register("mdx", "markdown", "tsx") -- vim.treesitter.language.register("mdx", "markdown", "tsx")
end, end,
}, },

Loading…
Cancel
Save