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: [
(
output: "eDP-1",
y: 1440,
x: 320,
y: 0,
x: 0,
height: 1080,
width: 1920,
),
(
output: "DP-1",
y: 0,
x: 0,
height: 1440,
width: 2560,
)
// (
// output: "eDP-1",
// y: 1440,
// x: 320,
// height: 1080,
// width: 1920,
// ),
// (
// output: "DP-1",
// y: 0,
// x: 0,
// height: 1440,
// width: 2560,
// )
],
tags: [
"1",

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

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

Loading…
Cancel
Save